fix(build): revert Develocity termsOfUseUrl change

This commit is contained in:
Harsh Shandilya 2024-04-14 23:27:40 +05:30
parent 87738477be
commit 6c31f5428f

View file

@ -45,7 +45,7 @@ plugins {
develocity {
buildScan {
termsOfUseUrl = "https://gradle.com/legal/terms-of-use/"
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
termsOfUseAgree = if (System.getenv("GITHUB_WORKFLOW").isNullOrEmpty()) "no" else "yes"
publishing.onlyIf { !System.getenv("GITHUB_WORKFLOW").isNullOrEmpty() }
}