Bump Gradle to 9.0.0 (#4168)

This commit is contained in:
Glavo
2025-08-01 19:26:11 +08:00
committed by GitHub
parent 3eddfa23b7
commit 7d6f21dc3a
13 changed files with 25 additions and 18 deletions

View File

@@ -17,6 +17,9 @@ jna = "5.17.0"
pci-ids = "0.4.0"
java-info = "1.0"
# testing
junit = "5.13.4"
# plugins
shadow = "8.3.6"
@@ -41,5 +44,8 @@ jna-platform = { module = "net.java.dev.jna:jna-platform", version.ref = "jna" }
pci-ids = { module = "org.glavo:pci-ids", version.ref = "pci-ids" }
java-info = { module = "org.glavo:java-info", version.ref = "java-info" }
# testing
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
[plugins]
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }

Binary file not shown.

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
networkTimeout=120000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME