Skip to content

Commit bac7cad

Browse files
committed
Update Gradle Wrapper and switch to GradleUp Shadow
1 parent f197d87 commit bac7cad

6 files changed

Lines changed: 9 additions & 11 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies {
3737
testImplementation(libs.junit.api)
3838
testImplementation(libs.junit.params)
3939
testRuntimeOnly(libs.junit.engine)
40+
testRuntimeOnly(libs.junit.launcher)
4041

4142
testImplementation(libs.mockito.core)
4243
testImplementation(libs.mockito.junit)

gradle/libs.versions.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ asm = "9.7.1"
99
feather = "1.1.0"
1010
recordBuilder = "37"
1111

12-
junit = "5.10.0"
12+
junit = "6.0.0"
1313
mockito = "5.4.0"
1414

1515
[plugins]
1616
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
1717
licenser = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" }
18-
shadow = "com.github.johnrengelman.shadow:8.1.1"
18+
shadow = "com.gradleup.shadow:9.2.2"
1919

2020
[libraries]
2121
gradle-spotless = { module = "com.diffplug.spotless:com.diffplug.spotless.gradle.plugin", version.ref = "spotless" }
@@ -60,6 +60,7 @@ recordBuilder-core = { module = "io.soabase.record-builder:record-builder-core",
6060

6161
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
6262
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
63+
junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit" }
6364
junit-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
6465

6566
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }

gradle/wrapper/gradle-wrapper.jar

1.83 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)