Skip to content

Commit 94f4313

Browse files
committed
Bump Gradle version
1 parent 4205b9c commit 94f4313

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

htmlSanityCheck-gradle-plugin/src/test/groovy/org/aim42/htmlsanitycheck/gradle/HtmlSanityCheckTaskFunctionalSpec.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class HtmlSanityCheckTaskFunctionalSpec extends HtmlSanityCheckBaseSpec {
3131
// 6.x or older does not work!
3232
'7.6.3', // latest 7.x
3333
'8.0.2', '8.1.1', '8.2.1', '8.3', '8.4',
34-
'8.5', '8.6', '8.7', '8.8', '8.9', '8.10.2',
35-
'8.11.1' // all 8.x minor versions (latest patch release)
34+
'8.5', '8.6', '8.7', '8.8', '8.9', '8.10.2', '8.11.1',
35+
'8.12.1' // all 8.x minor versions (latest patch release)
3636
// end::tested-gradle-versions[]
3737
])
3838

0 commit comments

Comments
 (0)