Skip to content

Commit

Permalink
chore(deps): update plugin com.gradle.enterprise to v3.17.6, switch t…
Browse files Browse the repository at this point in the history
…o the develocity plugin (#118)

Co-authored-by: Peter Trifanov <[email protected]>
  • Loading branch information
renovate[bot] and petertrr authored Jul 22, 2024
1 parent 63eb2b7 commit ea81e21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version("3.16.2")
id("com.gradle.develocity") version("3.17.6")
id("org.ajoberstar.reckon.settings") version("0.18.2")
}

Expand All @@ -26,10 +26,10 @@ extensions.configure<org.ajoberstar.reckon.gradle.ReckonExtension> {
}

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

0 comments on commit ea81e21

Please sign in to comment.