Changes
This commit is contained in:
@@ -2,7 +2,7 @@ import org.sayandev.plugin.StickyNoteModules
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
kotlin("jvm") version "2.2.0"
|
kotlin("jvm") version "2.1.21"
|
||||||
id("xyz.jpenilla.run-paper") version "2.3.1"
|
id("xyz.jpenilla.run-paper") version "2.3.1"
|
||||||
id("de.eldoria.plugin-yml.bukkit") version "0.7.1"
|
id("de.eldoria.plugin-yml.bukkit") version "0.7.1"
|
||||||
id("org.sayandev.stickynote.project")
|
id("org.sayandev.stickynote.project")
|
||||||
@@ -29,10 +29,11 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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("me.clip:placeholderapi:2.11.6")
|
||||||
compileOnly("com.github.booksaw:BetterTeams:4.13.4")
|
compileOnly("com.github.booksaw:BetterTeams:4.13.4")
|
||||||
compileOnly("me.confuser.banmanager:BanManagerCommon:7.9.0")
|
compileOnly("me.confuser.banmanager:BanManagerCommon:7.9.0")
|
||||||
|
implementation("com.googlecode.json-simple:json-simple:1.1.1")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
@@ -77,8 +78,7 @@ tasks {
|
|||||||
expand(
|
expand(
|
||||||
"version" to project.version as String,
|
"version" to project.version as String,
|
||||||
"slug" to slug,
|
"slug" to slug,
|
||||||
"name" to rootProject.name,
|
"name" to rootProject.name
|
||||||
"description" to project.description
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
2
gradlew
vendored
2
gradlew
vendored
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copyright © 2015-2021 the original authors.
|
# Copyright © 2015 the original authors.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
|||||||
Reference in New Issue
Block a user