Accept gradle Terms of Service

Issue gh-94
This commit is contained in:
Marcus Da Coregio 2022-09-12 14:58:18 -03:00
parent 991e26eff6
commit 5a7114519c
1 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,13 @@ allprojects {
}
}
if (hasProperty('buildScan')) {
buildScan {
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
termsOfServiceAgree = 'yes'
}
}
repositories {
mavenCentral()
}