-
-
Notifications
You must be signed in to change notification settings - Fork 953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.0.0-SNAPSHOT BUG - pom files are incorrectly being resolved in classLoader #13983
Comments
js-community-24.1.1.pom is coming from: https://repo1.maven.org/maven2/org/graalvm/js/js/24.1.1/js-24.1.1.pom
|
|
The following is being resolved with Asset Pipeline 5.0.4. No graalvm dependencies should be in the class path.
change logback xml <logger name="org.springframework.core.io.support" level="TRACE"/>
notice
toward the end of
What is findbugs doing in the class path?? |
Findbugs is there because of |
Could |
I removed the asset plugin and ran |
Bug
.pom files are now incorrectly being resolved in the classLoader and this is breaking resource resolution as there should only be jars
Simple Example App (1 line of code + gradle.properties change from forge create-app)
https://github.com/codeconsole/grails-resource-bug
This was broken AFTER the release of M1 as M1 works fine.
Version
7.0.0-SNAPSHOT
The text was updated successfully, but these errors were encountered: