From 6fede15f576e5637fe858786503615c2af5e389a Mon Sep 17 00:00:00 2001 From: Shynixn Date: Fri, 8 Dec 2023 13:18:44 +0100 Subject: [PATCH] #456 Upgraded version to release version. --- Dockerfile | 2 +- .../src/main/resources/plugin-legacy.yml | 2 +- blockball-bukkit-plugin/src/main/resources/plugin.yml | 2 +- .../src/test/java/unittest/BlockBallApiTest.kt | 6 ------ build.gradle | 2 +- docs/source/conf.py | 4 ++-- 6 files changed, 6 insertions(+), 12 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5de6ef4b2..db1288909 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN ./gradlew build pluginJar --no-daemon # 4. Launch a minecraft server with jdk17 and plugin FROM amazoncorretto:17 # Change to the current plugin version present in build.gradle -ENV PLUGIN_VERSION=6.36.1 +ENV PLUGIN_VERSION=6.37.0 # Change to the server version you want to test. ENV SERVER_VERSION=spigot-1.18.jar # Port of the Minecraft Server. diff --git a/blockball-bukkit-plugin/src/main/resources/plugin-legacy.yml b/blockball-bukkit-plugin/src/main/resources/plugin-legacy.yml index 8b2dc6c9c..6501da3ce 100644 --- a/blockball-bukkit-plugin/src/main/resources/plugin-legacy.yml +++ b/blockball-bukkit-plugin/src/main/resources/plugin-legacy.yml @@ -1,5 +1,5 @@ name: BlockBall -version: 6.36.1 +version: 6.37.0 author: Shynixn website: https://www.spigotmc.org/members/shynixn.63455/ main: com.github.shynixn.blockball.bukkit.BlockBallPlugin diff --git a/blockball-bukkit-plugin/src/main/resources/plugin.yml b/blockball-bukkit-plugin/src/main/resources/plugin.yml index e116fab48..3ae86d46d 100644 --- a/blockball-bukkit-plugin/src/main/resources/plugin.yml +++ b/blockball-bukkit-plugin/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: BlockBall -version: 6.36.1 +version: 6.37.0 author: Shynixn website: https://www.spigotmc.org/members/shynixn.63455/ main: com.github.shynixn.blockball.bukkit.BlockBallPlugin diff --git a/blockball-bukkit-plugin/src/test/java/unittest/BlockBallApiTest.kt b/blockball-bukkit-plugin/src/test/java/unittest/BlockBallApiTest.kt index eba1b9d6c..439a21067 100644 --- a/blockball-bukkit-plugin/src/test/java/unittest/BlockBallApiTest.kt +++ b/blockball-bukkit-plugin/src/test/java/unittest/BlockBallApiTest.kt @@ -115,12 +115,6 @@ class BlockBallApiTest { override fun sendConsoleMessage(message: String) { } - /** - * Sets the motd of the server. - */ - override fun setMotd(message: String) { - } - /** * Shutdowns the server. */ diff --git a/build.gradle b/build.gradle index cfe553f49..e70aa2e29 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ tasks.register("printVersion") { subprojects { group 'com.github.shynixn.blockball' - version '6.36.1' + version '6.37.0' sourceCompatibility = 1.8 diff --git a/docs/source/conf.py b/docs/source/conf.py index 42a4e7a0a..278df1c04 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '6.36.1' +version = '6.37.0' # The full version, including alpha/beta/rc tags. -release = '6.36.1' +release = '6.37.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.