Let's try this

This commit is contained in:
MattBDev
2019-08-22 16:12:50 -04:00
parent 37d3fcd01c
commit b5b89412d9
3 changed files with 14 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
import org.ajoberstar.grgit.Grgit
plugins {
id("com.gradle.build-scan") version "2.4.1"
}
logger.lifecycle("""
*******************************************
You are building WorldEdit!
@@ -46,3 +50,10 @@ if (!project.hasProperty("gitCommitHash")) {
"no_git_id"
}
}
buildScan {
setTermsOfServiceUrl("https://gradle.com/terms-of-service")
setTermsOfServiceAgree("yes")
publishAlways()
}