Update invoker plugin to 3.9.1 to Support Java 25#769
Update invoker plugin to 3.9.1 to Support Java 25#769slachiewicz merged 3 commits intoapache:masterfrom
Conversation
|
@slawekjaranowski The It were failing due the same "unsupportet class file version 69" error. I'm now trying to also define the invoker plugin in the IT parent project. |
|
So what I see from log. The failing IT is the following, however it has invoker-plugin 3.9.1 and current compiler plugin (3.14.1) is defined
[...] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called [...] Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 69 I do think that the failing IT comes from different things, especially the combination of: compiling against Java 1.6, using JUnit 3 and Maven 3.6.3. |
No description provided.