Skip to content

Commit

Permalink
Enable Gradle caching and parallelism.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed May 29, 2024
1 parent 8f646f2 commit 97cb4ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ projectIssues = https://github.com/SimY4/xpath-to-xml/issues
sonatypeUsername = <username>
sonatypePassword = <password>

org.gradle.caching = true
org.gradle.internal.publish.checksums.insecure = true
org.gradle.parallel = true

0 comments on commit 97cb4ab

Please sign in to comment.