Skip to content

Commit

Permalink
Enable build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Aug 12, 2024
1 parent e5ed1be commit 48e15f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pluginManagement {

plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
id 'dev.lukebemish.conventions' version '0.1.10'
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 48e15f2

Please sign in to comment.