bump 26.1 paper-api & jvmToolchain
This commit is contained in:
parent
48cb204cc2
commit
99ad500915
|
|
@ -14,10 +14,15 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT")
|
compileOnly("io.papermc.paper:paper-api:26.1.2.build.49-beta")
|
||||||
paperLibrary("org.jetbrains.kotlin:kotlin-stdlib")
|
paperLibrary("org.jetbrains.kotlin:kotlin-stdlib")
|
||||||
implementation("net.hareworks:permits-lib:1.1")
|
implementation("net.hareworks:permits-lib:1.1")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
kotlin {
|
||||||
|
jvmToolchain(25)
|
||||||
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
withType<Jar> {
|
withType<Jar> {
|
||||||
archiveBaseName.set("Kommand-Lib")
|
archiveBaseName.set("Kommand-Lib")
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3c60d4a4333b547e1c8c5ebb33cd26ba22cebad6
|
Subproject commit 2e35905599e04c69d4bb477bdb7efe2b155b2486
|
||||||
Loading…
Reference in New Issue
Block a user