diff --git a/build.gradle b/build.gradle index 5a28aa6..e841db3 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ import org.gradle.api.tasks.testing.Test */ plugins { - id 'com.netflix.nebula.plugin-plugin' version '20.8.0' + id 'com.netflix.nebula.plugin-plugin' version '20.8.1' id 'java-library' } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 37aef8d..84ea386 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.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-rc-1-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/src/test/groovy/nebula/test/functional/GradleRunnerSpec.groovy b/src/test/groovy/nebula/test/functional/GradleRunnerSpec.groovy index 5aa8fae..517f36a 100644 --- a/src/test/groovy/nebula/test/functional/GradleRunnerSpec.groovy +++ b/src/test/groovy/nebula/test/functional/GradleRunnerSpec.groovy @@ -15,6 +15,7 @@ */ package nebula.test.functional +import spock.lang.IgnoreIf import spock.lang.Specification import uk.org.webcompere.systemstubs.environment.EnvironmentVariables @@ -110,7 +111,7 @@ class GradleRunnerSpec extends Specification { filtered.size() == 4 } - + @IgnoreIf({ !jvm.isJava8()}) def 'gradle distribution predicate matches expected files with GRADLE_RO_DEP_CACHE support'() { setup: EnvironmentVariables environmentVariables = new EnvironmentVariables()