Update to 26.2

This commit is contained in:
Len 2026-07-29 14:49:39 -05:00
parent 66ef1d321c
commit a92201e20d
2 changed files with 8 additions and 3 deletions

View File

@ -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")

View File

@ -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/")