Skip to content

Commit

Permalink
Add/update Gradle Enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielThomas committed Feb 9, 2022
1 parent 8cb0478 commit 1fbaceb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
rootProject.name='gradle-extra-configurations-plugin'
plugins {
id 'com.gradle.enterprise' version '3.8.1'
}

gradleEnterprise {
buildScan {
publishAlways()
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
termsOfServiceAgree = 'yes'
}
}

rootProject.name='gradle-extra-configurations-plugin'

0 comments on commit 1fbaceb

Please sign in to comment.