Slackbot
08/09/2023, 4:56 AMVampire
08/09/2023, 7:02 AMGianfranco Monzon
08/09/2023, 2:38 PMgradle.properties
?Chris Lee
08/09/2023, 2:38 PMgradle.properties
for build cache.Vampire
08/09/2023, 2:41 PMGianfranco Monzon
08/09/2023, 4:14 PMbuildCache {
remote(HttpBuildCache) {
allowUntrustedServer = true
allowInsecureProtocol = true
enabled = isRemoteCacheEnabled
push = isCi
url = "$serverUrl/cache/"
if (isCi) {
credentials {
username = settings.providers.environmentVariable("GE_USERNAME").get()
password = settings.providers.environmentVariable("GE_PASSWORD").get()
}
}
}
}
Chris Lee
08/09/2023, 4:15 PMGianfranco Monzon
08/09/2023, 4:18 PMVampire
08/09/2023, 7:04 PMVampire
08/09/2023, 7:06 PM