File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 11## Unreleased
22
3+ ### Reworked tasks hierarchy
4+
5+ All plugin's tasks reworked to use actual Gradle APIs:
6+ - [ Task Configuration Avoidance] [ tca ] .
7+ Plugin's tasks will be created and configured only when it needed
8+ - [ Up-to-date checks] [ uptodate ] .
9+ Tasks will not re-run if input data not changed
10+ - Optimized work in offline mode.
11+
312### Property syntax to configure meta fields
413Use ` .set ` instead of ` = ` :
514``` diff
@@ -44,3 +53,6 @@ now it is friendly to Kotlin DSL.
4453### Housekeeping
4554- Default bukkit version now is 1.16.4
4655- Update Gradle to 6.7.1
56+
57+ [ tca ] : https://docs.gradle.org/current/userguide/task_configuration_avoidance.html
58+ [ uptodate ] : https://docs.gradle.org/current/userguide/more_about_tasks.html#sec:up_to_date_checks
You can’t perform that action at this time.
0 commit comments