This commit is contained in:
2025-08-04 23:22:54 -07:00
parent 078d0ad450
commit 1b778b2815
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ import org.sayandev.plugin.StickyNoteModules
plugins {
java
kotlin("jvm") version "2.2.0"
kotlin("jvm") version "2.1.21"
id("xyz.jpenilla.run-paper") version "2.3.1"
id("de.eldoria.plugin-yml.bukkit") version "0.7.1"
id("org.sayandev.stickynote.project")
@@ -29,10 +29,11 @@ repositories {
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT")
compileOnly("me.clip:placeholderapi:2.11.6")
compileOnly("com.github.booksaw:BetterTeams:4.13.4")
compileOnly("me.confuser.banmanager:BanManagerCommon:7.9.0")
implementation("com.googlecode.json-simple:json-simple:1.1.1")
}
tasks {
@@ -77,8 +78,7 @@ tasks {
expand(
"version" to project.version as String,
"slug" to slug,
"name" to rootProject.name,
"description" to project.description
"name" to rootProject.name
)
}
}