casid / jte

Secure and speedy templates for Java and Kotlin.
https://jte.gg
Apache License 2.0
737 stars 54 forks source link

Update Gradle to 8.6 and add wrapper validation #333

Closed leonard84 closed 4 months ago

leonard84 commented 4 months ago

This PR update Gradle to 8.6 including updated to the generated scripts. It also adds the gradle/wrapper-validation-action action to validate the embedded gradle-wrapper.jar.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 91.25%. Comparing base (5e206e1) to head (a70fe51).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #333 +/- ## ========================================= Coverage 91.25% 91.25% Complexity 1213 1213 ========================================= Files 76 76 Lines 3157 3157 Branches 490 490 ========================================= Hits 2881 2881 Misses 164 164 Partials 112 112 ```

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

casid commented 4 months ago

Thank you for the upgrade!