Publish CI build scans to Gradle Enterprise (#45249)
(cherry picked from commit 957a232afc3ecd43326509043ab73cc6c2a26411)
This commit is contained in:
parent
fac1a6f8e8
commit
b5c3c9767c
|
@ -70,6 +70,11 @@ projectsLoaded {
|
||||||
maven configCache()
|
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')
|
final String buildCacheUrl = System.getProperty('org.elasticsearch.build.cache.url')
|
||||||
|
|
Loading…
Reference in New Issue