Changes
This commit is contained in:
@@ -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
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
Reference in New Issue
Block a user