From 304e77904e2604b701edd3ff7e9b88e5a1386a74 Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 29 Dec 2023 11:16:00 -0500 Subject: [PATCH] Update to 1.20.4 --- build.gradle | 8 ++++---- gradle/wrapper/gradle-wrapper.properties | 2 +- src/main/resources/plugin.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 4921050..b5a8a68 100644 --- a/build.gradle +++ b/build.gradle @@ -1,10 +1,10 @@ plugins { id 'java' - id 'xyz.jpenilla.run-paper' version '2.0.1' + id 'xyz.jpenilla.run-paper' version '2.2.2' } group = 'org.infotoast' -version = '2.3' +version = '2.4' repositories { mavenCentral() @@ -19,7 +19,7 @@ repositories { } dependencies { - compileOnly 'io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT' + compileOnly 'io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT' } def targetJavaVersion = 17 @@ -49,7 +49,7 @@ processResources { tasks { runServer { - minecraftVersion("1.19.3") + minecraftVersion("1.20.4") } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2e6e589..a595206 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index ce6f10e..d9d347a 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,7 +1,7 @@ name: DropsOverhaul version: '${version}' main: org.infotoast.dropsoverhaul.Plugin -api-version: 1.19 +api-version: 1.20 prefix: DropsOverhaul authors: [ Frank ] description: Innovative lag prevention plugin stopping drops before they happen!