Accept gradle Terms of Service
Issue gh-94
This commit is contained in:
parent
13c2ee4dd7
commit
0d2c94c1d8
@ -22,6 +22,13 @@ allprojects {
|
||||
}
|
||||
}
|
||||
|
||||
if (hasProperty('buildScan')) {
|
||||
buildScan {
|
||||
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
|
||||
termsOfServiceAgree = 'yes'
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user