Skip to content

Commit

Permalink
test: test against Gradle 8.11-rc-1.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Oct 18, 2024
1 parent 9fbdde5 commit 8d51a39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ org.gradle.jvmargs=-Xmx6G \
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true

VERSION=2.1.5-SNAPSHOT

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.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-rc-1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ abstract class AbstractFunctionalSpec extends Specification {
// of the universe.
protected static final SUPPORTED_GRADLE_VERSIONS = [
GradleVersions.minGradleVersion,
GRADLE_8_10,
// GRADLE_8_11,
// GRADLE_8_10,
GRADLE_8_11,
]

protected GradleProject gradleProject = null
Expand Down

0 comments on commit 8d51a39

Please sign in to comment.