bump 26.1 paper-api & jvmToolchain

This commit is contained in:
2026-04-27 17:35:42 +09:00
parent 48cb204cc2
commit 99ad500915
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -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")