diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index aaaabb3cb9..c61a118f7d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/jme3-screenshot-tests/build.gradle b/jme3-screenshot-tests/build.gradle index 13cb98d572..bb3ee1b682 100644 --- a/jme3-screenshot-tests/build.gradle +++ b/jme3-screenshot-tests/build.gradle @@ -17,6 +17,7 @@ dependencies { implementation 'com.aventstack:extentreports:5.1.2' implementation platform('org.junit:junit-bom:5.9.1') implementation 'org.junit.jupiter:junit-jupiter' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testRuntimeOnly project(':jme3-testdata') } @@ -35,4 +36,4 @@ test { excludeTags 'integration' } } -} \ No newline at end of file +}