We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de73d20 commit 507c3fbCopy full SHA for 507c3fb
.ci/init.gradle
@@ -4,10 +4,7 @@ final boolean buildCachePush = Boolean.valueOf(System.getProperty('org.elasticse
4
gradle.settingsEvaluated { settings ->
5
settings.pluginManager.withPlugin("com.gradle.develocity") {
6
settings.develocity {
7
- // Workaround to fix lucene compatibility tests
8
- if (System.getenv("ES_COMMIT") != "b2cc9d9b8f00ee621f93ddca07ea9c671aab1578") {
9
- server = "https://gradle-enterprise.elastic.co"
10
- }
+ server = "https://gradle-enterprise.elastic.co"
11
}
12
if (buildCacheUrl) {
13
settings.buildCache {
0 commit comments