Switch to develocity plugin

This commit is contained in:
Erik C. Thauvin 2025-04-25 21:31:44 -07:00
parent e0410b6d9d
commit 3709cb08fc
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -1,17 +1,17 @@
plugins {
id("com.gradle.enterprise").version("3.19.2")
id("com.gradle.develocity") version "4.0.1"
}
gradleEnterprise {
develocity {
buildScan {
link("GitHub", "https://github.com/ethauvin/semver/tree/master")
if (!System.getenv("CI").isNullOrEmpty()) {
isUploadInBackground = false
publishOnFailure()
uploadInBackground.set(false)
publishing.onlyIf { true }
tag("CI")
}
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl.set("https://gradle.com/help/legal-terms-of-use")
termsOfUseAgree.set("yes")
}
}