Skip to content

Commit

Permalink
Use Gradle 8.11.1 for generated projects
Browse files Browse the repository at this point in the history
Closes gh-1588
  • Loading branch information
mhalbritter committed Nov 22, 2024
1 parent 6c2dfd0 commit 0d2c28d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.11-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 @@ -53,7 +53,7 @@
*/
class GradleKtsProjectGenerationConfigurationTests {

private static final String GRADLE_VERSION = "8.11";
private static final String GRADLE_VERSION = "8.11.1";

private ProjectAssetTester projectTester;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
*/
class GradleProjectGenerationConfigurationTests {

private static final String GRADLE_VERSION = "8.11";
private static final String GRADLE_VERSION = "8.11.1";

private ProjectAssetTester projectTester;

Expand Down

0 comments on commit 0d2c28d

Please sign in to comment.