Compare commits
2
Commits
9673e1e6e9
...
2e35905599
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e35905599 | ||
|
|
3c60d4a433 |
+9
-4
@@ -2,8 +2,8 @@ group = "net.hareworks"
|
|||||||
version = "1.1"
|
version = "1.1"
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "2.2.21"
|
kotlin("jvm") version "2.3.21"
|
||||||
id("de.eldoria.plugin-yml.paper") version "0.8.0"
|
id("de.eldoria.plugin-yml.paper") version "0.9.0"
|
||||||
id("com.gradleup.shadow") version "9.2.2"
|
id("com.gradleup.shadow") version "9.2.2"
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
@@ -12,9 +12,14 @@ 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")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
kotlin {
|
||||||
|
jvmToolchain(25)
|
||||||
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
withType<Jar> {
|
withType<Jar> {
|
||||||
archiveBaseName.set("Permits-Lib")
|
archiveBaseName.set("Permits-Lib")
|
||||||
@@ -30,7 +35,7 @@ paper {
|
|||||||
name = "permits-lib"
|
name = "permits-lib"
|
||||||
description = "Permission Library"
|
description = "Permission Library"
|
||||||
version = getVersion().toString()
|
version = getVersion().toString()
|
||||||
apiVersion = "1.21.10"
|
apiVersion = "26.1"
|
||||||
authors =
|
authors =
|
||||||
listOf(
|
listOf(
|
||||||
"Hare-K02",
|
"Hare-K02",
|
||||||
|
|||||||
Reference in New Issue
Block a user