Skip to content

Commit

Permalink
Build: (GE) Revert removal of build cash configuration for CI builds
Browse files Browse the repository at this point in the history
This is done in order to start gatherign GE data on 'trunk', all
other branches, both local and CI environments, based on the latest and
current baseline.
  • Loading branch information
ParaskP7 committed Apr 6, 2022
1 parent d5a8cf1 commit 3fbe565
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ gradleEnterprise {
}
}

if (System.getenv().containsKey("CI")) {
buildCache {
remote(HttpBuildCache) {
url = "http://10.0.2.215:5071/cache/"
allowUntrustedServer = true
allowInsecureProtocol = true
push = true
}
}
}

rootProject.name = 'WPAndroid'

include ':WordPress'
Expand Down

0 comments on commit 3fbe565

Please sign in to comment.