update version

This commit is contained in:
2025-10-09 22:00:03 +08:00
parent c4892410c4
commit c9ef244e6f
2 changed files with 9 additions and 9 deletions

View File

@@ -1,20 +1,20 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
plugins {
id("com.github.johnrengelman.shadow") version "8.1.1"
kotlin("jvm") version "1.9.22"
id("com.gradleup.shadow") version "9.2.2"
kotlin("jvm") version "2.2.20"
}
group = "xyz.fortern"
version = "1.0"
java {
sourceCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_21
}
kotlin {
compilerOptions {
jvmTarget.set(JvmTarget.JVM_17)
jvmTarget.set(JvmTarget.JVM_21)
}
}
@@ -24,10 +24,10 @@ repositories {
}
dependencies {
// Paper API https://mvnrepository.com/artifact/net.kyori/adventure-api
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
// Adventure API
compileOnly("net.kyori:adventure-api:4.14.0")
// Paper API
compileOnly("io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT")
// Adventure API https://mvnrepository.com/artifact/net.kyori/adventure-api
compileOnly("net.kyori:adventure-api:4.25.0")
// Kotlin Stdlib https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib
implementation(kotlin("stdlib"))
// Kotlin Reflect https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-reflect