mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 06:45:19 +00:00
fix(build): revert Develocity termsOfUseUrl change
This commit is contained in:
@@ -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() }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user