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