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 b906011b73
commit ba6fb8c46b

View File

@@ -20,4 +20,11 @@ allprojects {
}
}
}
}
}
if (hasProperty('buildScan')) {
buildScan {
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
termsOfServiceAgree = 'yes'
}
}