Skip to content

Commit 3fedb17

Browse files
committed
Keep Gradle wrapper at 8.14.4 pending upstream Grails fix
Gradle 9.7 made GroovyCompileOptions a lazy Property, and Gradle now finalizes task properties before any task action runs. GrailsGradlePlugin assigns groovyOptions.configurationScript from a doFirst, which breaks every Groovy compile on Gradle 9.7+: > The value for task ':compileGroovy' property 'groovyOptions.configurationScriptFile' is final and cannot be changed any further. Tracked upstream at apache/grails-core#16114 (still open, targets 8.0.x, not yet released). Revert just the wrapper bump; keep the other dependency updates from this group.
1 parent 8fe5de0 commit 3fedb17

4 files changed

Lines changed: 32 additions & 17 deletions

File tree

gradle/wrapper/gradle-wrapper.jar

-3.65 KB
Binary file not shown.

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-9.7.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

100644100755
Lines changed: 24 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)