Skip to content

Commit 507c3fb

Browse files
committed
Revert "Fix lucene compatibility tests"
This reverts commit 4454035.
1 parent de73d20 commit 507c3fb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.ci/init.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ final boolean buildCachePush = Boolean.valueOf(System.getProperty('org.elasticse
44
gradle.settingsEvaluated { settings ->
55
settings.pluginManager.withPlugin("com.gradle.develocity") {
66
settings.develocity {
7-
// Workaround to fix lucene compatibility tests
8-
if (System.getenv("ES_COMMIT") != "b2cc9d9b8f00ee621f93ddca07ea9c671aab1578") {
9-
server = "https://gradle-enterprise.elastic.co"
10-
}
7+
server = "https://gradle-enterprise.elastic.co"
118
}
129
if (buildCacheUrl) {
1310
settings.buildCache {

0 commit comments

Comments
 (0)