grails / grails-core

The Grails Web Application Framework
http://grails.org
Apache License 2.0
2.78k stars 951 forks source link

Grails 6.2.0 out-of-the-box build failed #13520

Open johan313 opened 3 months ago

johan313 commented 3 months ago

Expected Behavior

Build succeeds

Actual Behaviour

Build fails:

C:\repository\demo-6.2.0>gradlew build

FAILURE: Build failed with an exception.

Steps To Reproduce

  1. Create a new Grails app using 6.2.0 CLI
  2. Run gradlew build (without any changes to the created app)

Environment Information

Windows (latest) Java 17 (azul-17.0.11)

Example Application

demo-6.2.0.zip

Version

6.2.0

matrei commented 3 months ago

There is a discussion and workaround for this issue in the Grails Slack: https://www.linen.dev/s/grails/t/16763663/i-m-thinking-it-s-about-time-i-moved-my-handful-of-grails-5-#a7585594-ea67-4100-9081-7bab180a165f

johan313 commented 3 months ago

I fixed it locally by removing the dependency. I made this issue so that it could be fixed at some point

jamesfredley commented 1 month ago

This will be fixed in the next Grails Forge 6 release.