Switch to using cosmos

This commit is contained in:
Teriuihi 2025-06-20 23:14:41 +02:00
parent 785a64b7e6
commit f80645e2fe

View File

@ -1,6 +1,7 @@
plugins { plugins {
id("java") id("java")
id("maven-publish") id("maven-publish")
id("com.github.ben-manes.versions") version "0.52.0"
} }
group = "com.alttd" group = "com.alttd"
@ -38,7 +39,7 @@ tasks {
} }
dependencies { dependencies {
compileOnly("com.alttd:Galaxy-API:1.21-R0.1-SNAPSHOT") { compileOnly("com.alttd.cosmos:cosmos-api:1.21.6-R0.1-SNAPSHOT") {
isChanging = true isChanging = true
} }
} }