File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff 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
3536 excludeTags ' integration'
3637 }
3738 }
38- }
39+ }
You can’t perform that action at this time.
0 commit comments