Skip to content

Commit d413a0a

Browse files
committed
remove gradle build cache
1 parent 047a17d commit d413a0a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

settings.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@ develocity {
2727
}
2828
}
2929

30-
buildCache {
31-
remote(HttpBuildCache) {
32-
url = 'https://build-cache.grefer-hosting.de/cache/'
33-
push = isCiServer
34-
credentials {
35-
username = "freefair"
36-
password = providers.gradleProperty('freefairBuildCachePassword').getOrElse(null)
37-
}
38-
}
39-
}
40-
4130
rootProject.name = 'gradle-plugins'
4231

4332
include "test-common"

0 commit comments

Comments
 (0)