casid / jte

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

maven-plugin: fix kotlin compiler args parameter setting #339

Closed marcospereira closed 3 months ago

marcospereira commented 3 months ago

Ooops!

There is not much to describe. It was not passing the Kotlin compiler args wrongly as (Java) regular compiler args.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 91.31%. Comparing base (e8fca09) to head (7f5c585).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #339 +/- ## ========================================= Coverage 91.31% 91.31% Complexity 1218 1218 ========================================= Files 76 76 Lines 3168 3168 Branches 493 493 ========================================= Hits 2893 2893 Misses 164 164 Partials 111 111 ```

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

casid commented 3 months ago

Aww, good catch, @marcospereira! Thank you for fixing this.