From f5da67cc69e800655077a6a015bb8c21f7d5cb2b Mon Sep 17 00:00:00 2001 From: Len <40720638+destro174@users.noreply.github.com> Date: Sun, 16 Jun 2024 16:14:27 +0200 Subject: [PATCH] Switch to Galaxy --- api/build.gradle.kts | 4 ++-- build.gradle.kts | 2 +- plugin/build.gradle.kts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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")