diff --git a/build.gradle.kts b/build.gradle.kts index 5282c85..d3f8b4c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,9 +33,7 @@ tasks { } dependencies { - compileOnly("com.alttd.cosmos:cosmos-api:1.21.10-R0.1-SNAPSHOT") { - isChanging = true - } + compileOnly("com.alttd.cosmos:cosmos-api:26.2.build.17-stable") implementation("org.slf4j:slf4j-api:2.0.17") diff --git a/settings.gradle.kts b/settings.gradle.kts index 7ef543d..dfe7698 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -14,6 +14,13 @@ dependencyResolutionManagement { password = nexusPass } } + maven { + url = uri("https://repo.alttd.com/repository/alttd/") + credentials { + username = nexusUser + password = nexusPass + } + } maven("https://jitpack.io") // PlotSquared maven("https://repo.papermc.io/repository/maven-public/")