Commit 3fedb17
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
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments