Build: Upgrade build scan plugin for gradle 6.0

This commit is contained in:
Vyacheslav Gerasimov
2019-11-16 18:05:17 +03:00
parent d74e53e6bb
commit 01929cb234
2 changed files with 11 additions and 6 deletions
-6
View File
@@ -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 ->
+11
View File
@@ -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",