Skip to content

Commit

Permalink
decrease plugin build workers to 4 to prevent thrashing (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
wakingrufus authored Jun 6, 2023
1 parent 51d78e7 commit cb6f708
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
### Fixed

- update latest version text file manually [#674](https://github.com/JLLeitschuh/ktlint-gradle/pull/674)
- decrease plugin build workers to 4 to prevent thrashing [#675](https://github.com/JLLeitschuh/ktlint-gradle/pull/675)

## [11.4.0] - 2023-06-06

Expand Down
2 changes: 2 additions & 0 deletions plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ org.gradle.configureondemand=false
org.gradle.vfs.watch=true
# Shadow plugin does not fully support configuration cache: https://github.com/johnrengelman/shadow/issues/687
#org.gradle.unsafe.configuration-cache=true

org.gradle.workers.max = 4

0 comments on commit cb6f708

Please sign in to comment.