We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The goal of this PR is to increase the Java language and runtime compatibility to Java 17.
nextflow/build.gradle
Lines 75 to 82 in 2a71206
This was attempted in #5045 however it turns out the Spock tests depends either of gclib or Bytebuddy for bytecode manipulation.
The first does not work on Java 17 (and it's not maintained anymore), the second cause some tests to fail.
The goal of this PR is to solve the dependency issue and allow targeting Java 17
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The goal of this PR is to increase the Java language and runtime compatibility to Java 17.
nextflow/build.gradle
Lines 75 to 82 in 2a71206
This was attempted in #5045 however it turns out the Spock tests depends either of gclib or Bytebuddy for bytecode manipulation.
The first does not work on Java 17 (and it's not maintained anymore), the second cause some tests to fail.
The goal of this PR is to solve the dependency issue and allow targeting Java 17
The text was updated successfully, but these errors were encountered: