Skip to content

Commit

Permalink
Update gradle enterprise plugin for build scans
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow-Devil committed Sep 18, 2024
1 parent 8100e00 commit eba51e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.gradle.enterprise" version "3.13.2"
id "com.gradle.develocity" version "3.17.5"
}

rootProject.name = 'ballerina-parent'
Expand Down Expand Up @@ -289,9 +289,9 @@ buildCache {
}
}

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

0 comments on commit eba51e8

Please sign in to comment.