Skip to content

Commit

Permalink
Updated: Gradle 8.8 -> 8.9
Browse files Browse the repository at this point in the history
Updated: Bungeecord 1.20 -> 1.21
  • Loading branch information
Bram1903 committed Jul 22, 2024
1 parent 4243c12 commit 50930d7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ adventure = "4.16.0"
packetevents = "2.4.1-SNAPSHOT"
paper = "1.21-R0.1-SNAPSHOT"
velocity = "3.3.0-SNAPSHOT"
bungeecord = "1.20-R0.1-SNAPSHOT"
bungeecord = "1.21-R0.1-SNAPSHOT"
snakeyaml = "2.2"
run-paper = "2.3.0"
lombok = "1.18.30"
Expand Down
1 change: 1 addition & 0 deletions platforms/bungeecord/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repositories {
name = "sonatype"
url = uri("https://oss.sonatype.org/content/groups/public/")
}
maven("https://repo.papermc.io/repository/maven-public/") // For Brigadier
}

dependencies {
Expand Down

0 comments on commit 50930d7

Please sign in to comment.