Skip to content

Commit

Permalink
Use Gradle 8.12.1 for generated projects
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Jan 27, 2025
1 parent ec47af6 commit 95200d2
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.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.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.1";
private static final String GRADLE_VERSION = "8.12.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.1";
private static final String GRADLE_VERSION = "8.12.1";

private ProjectAssetTester projectTester;

Expand Down

0 comments on commit 95200d2

Please sign in to comment.