Since a few days I'm facing strange exception when trying to run the maven build for my IvyProject. How can I get rid of it? Entering the -X command doesn't really help here.
asked 05.11.2019 at 08:17 SupportIvyTeam ♦♦ |
The issues occurs if the java version which builds the project is not compatible with the project-build-plugin. In this case the 7.0 project-build-plugin (which works with java 1.8) is running with the java 11. Therefore class loading issues arise. To get rid of it:
answered 05.11.2019 at 08:17 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 05.11.2019 at 08:17
Seen: 2,155 times
Last updated: 05.11.2019 at 08:20