Skip to content

Commit

Permalink
Setup public build scans for all builds (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloy authored May 28, 2021
1 parent f473ee2 commit 5aafc1d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
plugins {
id "com.gradle.enterprise" version "3.4.1"
}
gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()
}
}
include ':sample', ':library'

0 comments on commit 5aafc1d

Please sign in to comment.