mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 16:20:59 -05:00
Publish scans from no-wrapper sample build
This allows more testing of build scan capture functionality
This commit is contained in:
parent
a7174b82a2
commit
1b1a3c48ad
2 changed files with 14 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
plugins {
|
plugins {
|
||||||
id("com.gradle.enterprise") version("3.6.4")
|
id("com.gradle.enterprise") version("3.7")
|
||||||
}
|
}
|
||||||
|
|
||||||
gradleEnterprise {
|
gradleEnterprise {
|
||||||
|
|
|
@ -1,3 +1,16 @@
|
||||||
|
plugins {
|
||||||
|
id("com.gradle.enterprise") version("3.7")
|
||||||
|
}
|
||||||
|
|
||||||
|
gradleEnterprise {
|
||||||
|
buildScan {
|
||||||
|
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
||||||
|
termsOfServiceAgree = "yes"
|
||||||
|
publishAlways()
|
||||||
|
uploadInBackground = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
rootProject.name = 'no-wrapper'
|
rootProject.name = 'no-wrapper'
|
||||||
|
|
||||||
println "Using Gradle version: ${gradle.gradleVersion}"
|
println "Using Gradle version: ${gradle.gradleVersion}"
|
||||||
|
|
Loading…
Reference in a new issue