Skip to content

Commit

Permalink
Use internal ip for build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer committed Jun 18, 2021
1 parent b7072c4 commit dcd156a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if (localBuilds.exists()) {

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

0 comments on commit dcd156a

Please sign in to comment.