Skip to content

Commit

Permalink
Update to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankTCA committed Dec 29, 2023
1 parent 6aef370 commit 304e779
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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()
Expand All @@ -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
Expand Down Expand Up @@ -49,7 +49,7 @@ processResources {

tasks {
runServer {
minecraftVersion("1.19.3")
minecraftVersion("1.20.4")
}
}

2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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!
Expand Down

0 comments on commit 304e779

Please sign in to comment.