Switch to Galaxy

This commit is contained in:
Len 2024-06-16 16:14:27 +02:00
parent 077f57d85c
commit f5da67cc69
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ plugins {
} }
dependencies { dependencies {
compileOnly("com.alttd:Comet-API:1.20.4-R0.1-SNAPSHOT") compileOnly("com.alttd:Galaxy-API:1.20.4-R0.1-SNAPSHOT")
} }
tasks { tasks {
@ -16,7 +16,7 @@ publishing {
publications { publications {
create<MavenPublication>("mavenJava") { create<MavenPublication>("mavenJava") {
from(components["java"]) from(components["java"])
artifactId = "${rootProject.name}-${project.name}-$version.jar" artifactId = "${project.name}-$version.jar"
} }
} }
} }

View File

@ -69,7 +69,7 @@ tasks {
} }
dependencies { dependencies {
compileOnly("com.alttd:Comet-API:1.20.4-R0.1-SNAPSHOT") compileOnly("com.alttd:Galaxy-API:1.20.4-R0.1-SNAPSHOT")
} }
fun gitCommit(): String { fun gitCommit(): String {

View File

@ -5,7 +5,7 @@ plugins {
dependencies { dependencies {
implementation(project(":api")) implementation(project(":api"))
compileOnly("com.alttd:Comet-API:1.20.4-R0.1-SNAPSHOT") compileOnly("com.alttd:Galaxy-API:1.20.4-R0.1-SNAPSHOT")
compileOnly("org.projectlombok:lombok:1.18.24") compileOnly("org.projectlombok:lombok:1.18.24")
annotationProcessor("org.projectlombok:lombok:1.18.24") annotationProcessor("org.projectlombok:lombok:1.18.24")