mkobit
03/18/2017, 5:28 AMbuildScan {
setLicenseAgree("yes")
setLicenseAgreementUrl(”<https://gradle.com/terms-of-service%22|https://gradle.com/terms-of-service">)
rather than
buildScan {
licenseAgree = "yes"
licenseAgreementUrl = “<https://gradle.com/terms-of-service>”
even though the methods seem to fit the right signature for setters - public void setLicenseAgreementUrl(String var1)
bamboo
03/23/2017, 2:19 PMmkobit
03/23/2017, 2:23 PMbuildScan
plugin (i dont think is open source) to make a getter for it?bamboo
03/23/2017, 2:30 PM