uber / NullAway

A tool to help eliminate NullPointerExceptions (NPEs) in your Java code with low build-time overhead
MIT License
3.62k stars 290 forks source link

Update Gradle config to always compile Java code using JDK 17 #971

Closed msridhar closed 3 months ago

msridhar commented 3 months ago

Before this change, if Gradle itself was running on JDK 21+, compilation would fail.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 86.17%. Comparing base (f1a14d4) to head (5607050).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #971 +/- ## ========================================= Coverage 86.17% 86.17% Complexity 2037 2037 ========================================= Files 81 81 Lines 6691 6691 Branches 1290 1290 ========================================= Hits 5766 5766 Misses 515 515 Partials 410 410 ```

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