Skip to content

Commit

Permalink
build: Migrate to Develocity Plugin 3.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDavido committed Oct 9, 2024
1 parent a69e3ae commit da26473
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
@@ -1,11 +1,11 @@
plugins {
id("com.gradle.enterprise").version("3.13.2")
id("com.gradle.develocity").version("3.18.1")
}

gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
termsOfUseAgree = "yes"
}
}

Expand Down

0 comments on commit da26473

Please sign in to comment.