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

chore: Drop JDK 8 #3017

Merged
merged 2 commits into from
Oct 2, 2023
Merged

chore: Drop JDK 8 #3017

merged 2 commits into from
Oct 2, 2023

Conversation

patriknw
Copy link
Member

@patriknw patriknw commented Oct 2, 2023

@@ -114,9 +114,9 @@ object Common extends AutoPlugin {
"-Xlint:try",
"-Xlint:unchecked",
"-Xlint:varargs"
// Release must be with JDK 8 because this flag prevents access to com.sun.nio.file.SensitivityWatchEventModifier
// Release must be with JDK 11 because this flag prevents access to com.sun.nio.file.SensitivityWatchEventModifier
// "--release",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this problem remains
the ci release job is setup with 11

@patriknw patriknw merged commit 5b72468 into main Oct 2, 2023
49 checks passed
@patriknw patriknw deleted the wip-drop-jdk8-patriknw branch October 2, 2023 12:48
@patriknw patriknw added this to the 7.0.0-M1 milestone Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant