Publish CI build scans to Gradle Enterprise (#45249)

(cherry picked from commit 957a232afc3ecd43326509043ab73cc6c2a26411)
This commit is contained in:
Mark Vieira 2019-08-06 12:05:32 -07:00
parent fac1a6f8e8
commit b5c3c9767c
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,11 @@ projectsLoaded {
maven configCache()
}
}
rootProject {
project.pluginManager.withPlugin('com.gradle.build-scan') {
buildScan.server = 'https://gradle-enterprise.elastic.co'
}
}
}
final String buildCacheUrl = System.getProperty('org.elasticsearch.build.cache.url')