Nikky
08/23/2020, 4:23 PMplugins {
id("com.gradle.enterprise") version "3.4.1"
}
gradleEnterprise {
buildScan {
termsOfServiceUrl = "<https://gradle.com/terms-of-service>"
termsOfServiceAgree = "yes"
}
}
it seems like a cleaner way to configure.. than importing a function, i assume that plugins there do not provide the same access ?louiscad
08/23/2020, 5:48 PMNikky
08/23/2020, 6:03 PMNikky
08/23/2020, 6:04 PMjmfayard
08/31/2020, 3:00 PM