12 lines
233 B
Groovy

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