Skip to content

Commit

Permalink
Enable remote build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer committed Jun 18, 2021
1 parent 7559670 commit f94aadc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,9 @@ if (localBuilds.exists()) {
}
}

buildCache {
remote(HttpBuildCache) {
url = "http://3.14.253.236:5071/cache/"
push = true
}
}

0 comments on commit f94aadc

Please sign in to comment.