Skip to content

Commit 8864e92

Browse files
committed
docs: Add paragraph about tasks hierarchy in changelog
1 parent 92467e0 commit 8864e92

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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
413
Use `.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

0 commit comments

Comments
 (0)