Build: Upgrade build scan plugin for gradle 6.0
This commit is contained in:
@@ -36,7 +36,6 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
`build-scan`
|
|
||||||
idea
|
idea
|
||||||
id("jps-compatible")
|
id("jps-compatible")
|
||||||
id("org.jetbrains.gradle.plugin.idea-ext")
|
id("org.jetbrains.gradle.plugin.idea-ext")
|
||||||
@@ -51,11 +50,6 @@ pill {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
buildScan {
|
|
||||||
setTermsOfServiceUrl("https://gradle.com/terms-of-service")
|
|
||||||
setTermsOfServiceAgree("yes")
|
|
||||||
}
|
|
||||||
|
|
||||||
val configuredJdks: List<JdkId> =
|
val configuredJdks: List<JdkId> =
|
||||||
getConfiguredJdks().also {
|
getConfiguredJdks().also {
|
||||||
it.forEach { jdkId ->
|
it.forEach { jdkId ->
|
||||||
|
|||||||
@@ -31,6 +31,17 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
plugins {
|
||||||
|
id "com.gradle.enterprise" version "3.0"
|
||||||
|
}
|
||||||
|
|
||||||
|
gradleEnterprise {
|
||||||
|
buildScan {
|
||||||
|
setTermsOfServiceUrl("https://gradle.com/terms-of-service")
|
||||||
|
setTermsOfServiceAgree("yes")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// modules
|
// modules
|
||||||
include ":kotlin-build-common",
|
include ":kotlin-build-common",
|
||||||
":benchmarks",
|
":benchmarks",
|
||||||
|
|||||||
Reference in New Issue
Block a user