12 lines
234 B
Groovy

plugins {
id "com.gradle.develocity" version "4.0.1"
}
develocity {
buildScan {
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
termsOfUseAgree = "yes"
uploadInBackground = false
}
}