diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 2820caa..6ebd748 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -3,7 +3,7 @@ plugins { } dependencies { - compileOnly("com.alttd:Comet-API:1.20.4-R0.1-SNAPSHOT") + compileOnly("com.alttd:Galaxy-API:1.20.4-R0.1-SNAPSHOT") } tasks { @@ -16,7 +16,7 @@ publishing { publications { create("mavenJava") { from(components["java"]) - artifactId = "${rootProject.name}-${project.name}-$version.jar" + artifactId = "${project.name}-$version.jar" } } } \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 2b4aa2a..76deb84 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,7 +69,7 @@ tasks { } 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 { diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index c8834d3..8fb7482 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -5,7 +5,7 @@ plugins { dependencies { 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") annotationProcessor("org.projectlombok:lombok:1.18.24")