Skip to content

Commit

Permalink
Gradle 8.2-rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Jun 1, 2023
1 parent b43db6c commit 237b775
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
package nebula.test.functional

import spock.lang.IgnoreIf
import spock.lang.Specification
import uk.org.webcompere.systemstubs.environment.EnvironmentVariables

Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 237b775

Please sign in to comment.