Skip to content

Commit

Permalink
chore: build with Gradle 8.11.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Nov 21, 2024
1 parent d6c2aa8 commit c1e741c
Show file tree
Hide file tree
Showing 4 changed files with 5 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.5.1-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.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 @@ -20,9 +20,9 @@ abstract class AbstractFunctionalSpec extends Specification {
protected static final GRADLE_8_4 = GradleVersion.version('8.4')
protected static final GRADLE_8_9 = GradleVersion.version('8.9')
protected static final GRADLE_8_10 = GradleVersion.version('8.10.2')
protected static final GRADLE_8_11 = GradleVersion.version('8.11')
protected static final GRADLE_8_11 = GradleVersion.version('8.11.1')

protected static final GRADLE_LATEST = GRADLE_8_10
protected static final GRADLE_LATEST = GRADLE_8_11

// For faster CI times, we only test min + max. Testing all would be preferable, but we don't have till the heat death
// of the universe.
Expand Down
1 change: 1 addition & 0 deletions testkit/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

dependency.analysis.print.build.health=true

Expand Down

0 comments on commit c1e741c

Please sign in to comment.