btw.. whiy is this a thing and why is refreshVersi...
# refreshversions
n
btw.. whiy is this a thing and why is refreshVersions not doing it ?
Copy code
plugins {
    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 ?
l
IIRC, you cannot use pluginManagement there
n
right.. how do they test their plugin from mavenLocal() ?
would still be cool since this would be more concise and nicer than having 3 different blocks in the settings that all do different things
j