Skip to content

Commit

Permalink
Merge pull request #91 from nebula-plugins/refactor/migrate-from-grad…
Browse files Browse the repository at this point in the history
…le-enterprise-to-develocity

refactor/migrate-from-gradle-enterprise-to-develocity
  • Loading branch information
rpalcolea authored Jan 3, 2025
2 parents 8ce60c7 + 779197c commit 5325612
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
plugins {
id 'com.gradle.enterprise' version '3.8.1'
id 'com.gradle.develocity' version '3.19'
}

gradleEnterprise {
develocity {
buildScan {
publishAlways()
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 5325612

Please sign in to comment.