Skip to content

Commit 3c7f4ab

Browse files
committed
Upgrade to Gradle 9.4.1
1 parent 4bf1a51 commit 3c7f4ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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.14.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

jme3-screenshot-tests/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies {
1717
implementation 'com.aventstack:extentreports:5.1.2'
1818
implementation platform('org.junit:junit-bom:5.9.1')
1919
implementation 'org.junit.jupiter:junit-jupiter'
20+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2021
testRuntimeOnly project(':jme3-testdata')
2122
}
2223

@@ -35,4 +36,4 @@ test {
3536
excludeTags 'integration'
3637
}
3738
}
38-
}
39+
}

0 commit comments

Comments
 (0)