With Java toolchain in place AllowRedefinitionToAddDeleteMethods is not needed by violetagg · Pull Request #2352 · reactor/reactor-netty (original) (raw)
…ot needed
The exception below is thrown when Java version specified in the PATH is > 8
Unrecognized VM option 'AllowRedefinitionToAddDeleteMethods' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. Unrecognized VM option 'AllowRedefinitionToAddDeleteMethods' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. Process 'Gradle Test Executor 159' finished with non-zero exit value 1 org.gradle.process.internal.ExecException: Process 'Gradle Test Executor 159' finished with non-zero exit value 1 at org.gradle.process.internal.DefaultExecHandle$ExecResultImpl.assertNormalExitValue(DefaultExecHandle.java:414) at org.gradle.process.internal.worker.DefaultWorkerProcess.onProcessStop(DefaultWorkerProcess.java:141) at org.gradle.process.internal.worker.DefaultWorkerProcess.access$000(DefaultWorkerProcess.java:42) at org.gradle.process.internal.worker.DefaultWorkerProcess$1.executionFinished(DefaultWorkerProcess.java:94)
Java version is now 8 for compiling, tests and javadoc
violetagg added a commit that referenced this pull request
violetagg added a commit that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})