Compare commits
3
Commits
1e2476a27b
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99ad500915 | ||
|
|
48cb204cc2 | ||
|
|
9e1ee75736 |
+9
-4
@@ -4,8 +4,8 @@ group = "net.hareworks"
|
||||
version = "1.1"
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "2.2.21"
|
||||
id("de.eldoria.plugin-yml.paper") version "0.8.0"
|
||||
kotlin("jvm") version "2.3.21"
|
||||
id("de.eldoria.plugin-yml.paper") version "0.9.0"
|
||||
id("com.gradleup.shadow") version "9.2.2"
|
||||
}
|
||||
repositories {
|
||||
@@ -14,10 +14,15 @@ repositories {
|
||||
}
|
||||
|
||||
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")
|
||||
implementation("net.hareworks:permits-lib:1.1")
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(25)
|
||||
}
|
||||
|
||||
tasks {
|
||||
withType<Jar> {
|
||||
archiveBaseName.set("Kommand-Lib")
|
||||
@@ -33,7 +38,7 @@ paper {
|
||||
name = "kommand-lib"
|
||||
description = "Command library"
|
||||
version = getVersion().toString()
|
||||
apiVersion = "1.21.10"
|
||||
apiVersion = "26.1"
|
||||
authors =
|
||||
listOf(
|
||||
"Hare-K02",
|
||||
|
||||
+1
-1
Submodule permits-lib updated: 7eb0534d21...2e35905599
Reference in New Issue
Block a user