Open jamesfredley opened 2 months ago
One line command to replicate the issue:
git clone https://github.com/codeconsole/website.git -b 7.0.0-SNAPSHOT website7 && cd website7 && ./gradlew bootJar
PR to resolve https://github.com/bertramdev/asset-pipeline/pull/350
Sample Grails 7 app: https://github.com/jamesfredley/grails-website-test/tree/7.0.0-SNAPSHOT
This Grails app is very rough and early
it will start with
gradle bootRun
, but many other things are not functioning and should not be expected to work other than returning some html.running
gradle build
orgradle assemble
results in the following exception. This appears to be due to Gradle using Groovy 3, which does not have this method signature. It was added in Groovy 4.