Skip to content

Commit

Permalink
Enable configuration cache by default
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Oct 26, 2024
1 parent 3418bf1 commit dab91f6
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 @@ -17,5 +17,8 @@ org.gradle.java.installations.auto-detect=false
# log some dependency verification info to console
org.gradle.dependency.verification.console=verbose

# enable configuration cache out of the box
org.gradle.configuration-cache=true

# allow user to specify toolchain via the RUNTIME_JAVA_HOME environment variable
org.gradle.java.installations.fromEnv=RUNTIME_JAVA_HOME

0 comments on commit dab91f6

Please sign in to comment.