Skip to content

Commit

Permalink
update gradle enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
qdsfdhvh committed Apr 21, 2024
1 parent 599ae66 commit 2063ac9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ plugins {
id("com.gradle.enterprise") version "3.17.2"
}

gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlwaysIf(System.getenv("GITHUB_ACTIONS") != null)
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"
publishing {
onlyIf { System.getenv("GITHUB_ACTIONS") != null }
}
}
}

Expand Down

0 comments on commit 2063ac9

Please sign in to comment.