jdaugherty commented on PR #15320:
URL: https://github.com/apache/grails-core/pull/15320#issuecomment-3769870992
Forge tests are now failing because of asset compilation failing:
> Task :assetCompile FAILED
Exception in thread "main" java.lang.NoClassDefFoundError:
groovy/json/JsonSlurper
at
asset.pipeline.AssetCompiler.main(AssetCompiler.groovy:228)
Caused by: java.lang.ClassNotFoundException: groovy.json.JsonSlurper
at
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at
java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
... 1 more
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]