JetBrains / intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform
Apache License 2.0
2.97k stars 587 forks source link

Remove Gradle Kotlin DSL Lazy Property Assignment #424

Closed KotlinIsland closed 5 months ago

KotlinIsland commented 7 months ago

because it's default now

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (7cc969a) 27.58% compared to head (300c4ef) 27.58%. Report is 10 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #424 +/- ## ======================================= Coverage 27.58% 27.58% ======================================= Files 4 4 Lines 29 29 ======================================= Hits 8 8 Misses 21 21 ```

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

hsz commented 5 months ago

Thanks!

Just FTR, changes in gradle.properties have to be done in two files: the main one and the one from the template cleanup directory.