diff --git a/build.gradle.kts b/build.gradle.kts index c300646..f445f74 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 ) } } diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 1b33c55..8bdaf60 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradlew b/gradlew index 23d15a9..ef07e01 100755 --- a/gradlew +++ b/gradlew @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright © 2015-2021 the original authors. +# Copyright © 2015 the original authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.