Skip to content

Commit

Permalink
Allow untrusted server for build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer committed Jun 18, 2021
1 parent f94aadc commit b7072c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ if (localBuilds.exists()) {
buildCache {
remote(HttpBuildCache) {
url = "http://3.14.253.236:5071/cache/"
allowUntrustedServer = true
push = true
}
}

0 comments on commit b7072c4

Please sign in to comment.