18 lines
445 B
Groovy
18 lines
445 B
Groovy
plugins {
|
|
id "com.gradle.enterprise" version "3.6.3"
|
|
}
|
|
|
|
gradleEnterprise {
|
|
buildScan {
|
|
link("GitHub", "https://github.com/ethauvin/pinboard-poster/tree/master")
|
|
if (System.getenv("CI")) {
|
|
uploadInBackground = false
|
|
publishOnFailure()
|
|
tag "CI"
|
|
}
|
|
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
|
termsOfServiceAgree = "yes"
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'mobibot'
|