Skip to content

Commit

Permalink
Enable Gradle parallel and build cache options
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNesto committed Sep 4, 2024
1 parent 3a63c92 commit 0315be3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ coreVersion = 1.8.1

# Silences a build-time warning because we are bundling our own kotlin library
kotlin.stdlib.default.dependency = false

org.gradle.parallel=true
org.gradle.caching=true

0 comments on commit 0315be3

Please sign in to comment.