Update to 26.1.X
This commit is contained in:
parent
afd95fd084
commit
d0c324594e
|
|
@ -11,7 +11,7 @@ apply<JavaLibraryPlugin>()
|
|||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(21))
|
||||
languageVersion.set(JavaLanguageVersion.of(25))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ tasks {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly("com.alttd.cosmos:cosmos-api:1.21.9-R0.1-SNAPSHOT") {
|
||||
compileOnly("com.alttd.cosmos:cosmos-api:26.1.2.build.11-release") {
|
||||
isChanging = true
|
||||
}
|
||||
compileOnly("de.keyle:mypet:3.11-SNAPSHOT")
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ dependencyResolutionManagement {
|
|||
maven {
|
||||
name = "AlttdNexus"
|
||||
url = uri(
|
||||
"https://repo.alttd.com/repository/alttd-snapshot/"
|
||||
"https://repo.alttd.com/repository/alttd/"
|
||||
)
|
||||
credentials(PasswordCredentials::class)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user