Enable [Gradle Configuration Cache](https://docs.gradle.org/current/userguide/configuration_cache.html) in gradle.proeprties

This commit is contained in:
Jakub Chrzanowski
2022-09-19 22:08:26 +02:00
parent e8ebb74ac2
commit b9899689ae
3 changed files with 24 additions and 10 deletions

View File

@@ -5,6 +5,7 @@
## [Unreleased]
### Added
- GitHub Actions - mark the pull request created with _Publish Plugin_ workflow with `release changelog` label
- Enable [Gradle Configuration Cache](https://docs.gradle.org/current/userguide/configuration_cache.html) in `gradle.proeprties`
### Changed
- Dependencies - upgrade `org.jetbrains.intellij` to `1.8.1`