chore/sonarqube-fixes #35

Merged
AmineB merged 8 commits from chore/sonarqube-fixes into master 2022-08-24 12:37:37 +00:00
Showing only changes of commit e60f3a9d91 - Show all commits

View File

@ -1,3 +1,5 @@
val pushCache = true
pluginManagement {
repositories {
google()
@ -6,14 +8,13 @@ pluginManagement {
}
}
buildCache {
remote<HttpBuildCache> {
url = uri("http://18.0.0.7:3071/cache/")
isAllowInsecureProtocol = true
isAllowUntrustedServer = true
isUseExpectContinue = true
isPush = pushCache
}
}