Skip to content

Commit

Permalink
Upgraded to Gradle 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Aug 19, 2024
1 parent 06dc198 commit 051fc76
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

# 1.9.x

- Migrate to https://docs.gradle.org/8.7/userguide/jvm_test_suite_plugin.html
as preparation for Gradle 9

- Summon preconfigured arbitrary. See https://github.com/jqwik-team/jqwik/issues/527

- Using @UseType for sealed interfaces and classes: https://github.com/jqwik-team/jqwik/issues/523
Expand All @@ -15,6 +12,9 @@

- Method ordering. See https://github.com/jqwik-team/jqwik/issues/502.

- Migrate to https://docs.gradle.org/8.10/userguide/jvm_test_suite_plugin.html
as preparation for Gradle 9. It's still incubating, but we should be prepared.

- State-based Properties (https://github.com/jqwik-team/jqwik/issues/428) :
- Do not shrink a single transformation if it is accessing state and any following transformation changes state.
- ChainArbitrary.startWith(.., ChainConfig.of(isImmutable, hasSideEffects, comparator))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

wrapper {
gradleVersion = '8.9' // Gradle 8.8 does not run on jlink's local hardware
gradleVersion = '8.10'
}

allprojects {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 051fc76

Please sign in to comment.