Skip to content

Commit

Permalink
Merge pull request #1614 from TNG/fix/migragate-to-develocity
Browse files Browse the repository at this point in the history
Migrate to develocity plugin
  • Loading branch information
l-1squared authored May 17, 2024
2 parents d3d4259 + b1f9add commit df07da0
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 @@ -17,7 +17,7 @@ pluginManagement {
}

plugins {
id 'com.gradle.enterprise' version '3.17.2'
id 'com.gradle.develocity' version '3.17.2'
}

dependencyResolutionManagement {
Expand All @@ -32,10 +32,10 @@ dependencyResolutionManagement {
}
}

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

Expand Down

0 comments on commit df07da0

Please sign in to comment.