-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
fix Java language level in IDEA #16708
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
fix Java language level in IDEA #16708
Conversation
It was written as "17", though Selenium still has to support Java11+.
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨No code suggestions found for the PR. |
User description
It was written as "17", though Selenium still has to support Java11+.
🔄 Types of changes
PR Type
Bug fix
Description
Corrects Java language level from 17 to 11
Aligns with Selenium's Java 11+ support requirement
Updates IntelliJ IDEA project configuration files
Diagram Walkthrough
File Walkthrough
ij-win.bazelproject
Update Java language level to 11scripts/ij-win.bazelproject
java_language_levelfrom 17 to 11version requirement
ij.bazelproject
Update Java language level to 11scripts/ij.bazelproject
java_language_levelfrom 17 to 11