bobbylight / RSyntaxTextArea

A syntax highlighting, code folding text editor for Java Swing applications.
BSD 3-Clause "New" or "Revised" License
1.12k stars 259 forks source link

Build with Java 17 #587

Closed bobbylight closed 4 days ago

bobbylight commented 4 days ago

Gradle 9 will require building with Java 17 or later. Update our build to no longer include JDK 11 in the build matrix, and promote artifacts built with Java 17. Built artifacts will still be runnable on Java 8 for now.

codecov[bot] commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.35%. Comparing base (9922490) to head (71e1c84). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #587 +/- ## ========================================= Coverage 80.35% 80.35% - Complexity 7786 7787 +1 ========================================= Files 178 178 Lines 30250 30250 Branches 3911 3911 ========================================= Hits 24308 24308 Misses 4272 4272 Partials 1670 1670 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.