mirror of https://github.com/apache/lucene.git
Remove buildscan configuration.
This commit is contained in:
parent
e87228982c
commit
e713ca62b9
|
@ -19,9 +19,6 @@ allprojects {
|
|||
|
||||
apply from: file('gradle/generate-defaults.gradle')
|
||||
|
||||
// CI systems.
|
||||
apply from: file('gradle/ci/buildscan.gradle')
|
||||
|
||||
// Set up defaults and configure aspects for certain modules or functionality
|
||||
// (java, tests)
|
||||
apply from: file('gradle/defaults.gradle')
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
|
||||
buildScan {
|
||||
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
||||
termsOfServiceAgree = "yes"
|
||||
}
|
Loading…
Reference in New Issue