Skip to content

Commit

Permalink
Updated: Gradle Wrapper from 8.6 -> 8.8
Browse files Browse the repository at this point in the history
Switched from johnrengelman's shadow to Googler's
Added: foojay-resolver-convention
  • Loading branch information
Bram1903 committed Jul 15, 2024
1 parent d68929d commit 1261856
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bungeecord = "1.20-R0.1-SNAPSHOT"
snakeyaml = "2.2"
run-paper = "2.3.0"
lombok = "1.18.30"
shadow = "8.1.1"
shadow = "8.1.8"

[libraries]
adventure-api = { group = "net.kyori", name = "adventure-api", version.ref = "adventure" }
Expand All @@ -31,4 +31,4 @@ adventure = ["adventure-api", "adventure-text-serializer-gson", "adventure-text-
[plugins]
run-paper = { id = "xyz.jpenilla.run-paper", version.ref = "run-paper" }
run-velocity = { id = "xyz.jpenilla.run-velocity", version.ref = "run-paper" }
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
shadow = { id = "io.github.goooler.shadow", version.ref = "shadow" }
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pluginManagement {

plugins {
id("com.gradle.enterprise") version ("3.16.2")
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

gradleEnterprise {
Expand Down

0 comments on commit 1261856

Please sign in to comment.