Skip to content

Commit

Permalink
Merge pull request #43068 from Shadow-Devil/update-gradle-enterprise-…
Browse files Browse the repository at this point in the history
…plugin

Update gradle enterprise plugin for build scans
  • Loading branch information
keizer619 authored Oct 16, 2024
2 parents 037c730 + eba51e8 commit 79b1a87
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
Expand Up @@ -4,7 +4,7 @@ pluginManagement {
}

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 @@ -294,9 +294,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 79b1a87

Please sign in to comment.