-
Notifications
You must be signed in to change notification settings - Fork 765
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
Build failure on Java11+ #1575
Comments
Similar issue has been reported in the wro4j project: wro4j/wro4j#1129 The above issue also mentioned a fix by dropping the wro4j version back to 1.9.0. I've tried this older wro4j version with this project and the build now works fine for me. |
Alternatively, instead of reverting the wro4j version back to 1.9.0, it can keep the latest version (1.10.1) but with an exclusion on the wro4j-maven-plugin's dependencies to exclude the conflicting org.webjars.npm:minimatch, i.e.
With the above change, |
Change wro4j version
When trying to build on Java11+, the following error occurs when building the
openid-connect-server-webapp
module:The text was updated successfully, but these errors were encountered: