Skip to content
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

With Java toolchain in place AllowRedefinitionToAddDeleteMethods is not needed #2352

Merged
merged 4 commits into from Jul 4, 2022

Commits on Jul 4, 2022

  1. With Java toolchain in place AllowRedefinitionToAddDeleteMethods is n…

    …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)
    violetagg committed Jul 4, 2022
    Copy the full SHA
    d94b2e5 View commit details
    Browse the repository at this point in the history
  2. Remove all checks for java version in order to generate correct javadoc

    Java version is now 8 for compiling, tests and javadoc
    violetagg committed Jul 4, 2022
    Copy the full SHA
    0f23f3d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ec9defa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ca354db View commit details
    Browse the repository at this point in the history