fix(build): revert Develocity termsOfUseUrl change
This commit is contained in:
parent
87738477be
commit
6c31f5428f
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ plugins {
|
||||||
|
|
||||||
develocity {
|
develocity {
|
||||||
buildScan {
|
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"
|
termsOfUseAgree = if (System.getenv("GITHUB_WORKFLOW").isNullOrEmpty()) "no" else "yes"
|
||||||
publishing.onlyIf { !System.getenv("GITHUB_WORKFLOW").isNullOrEmpty() }
|
publishing.onlyIf { !System.getenv("GITHUB_WORKFLOW").isNullOrEmpty() }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue