commented out the gradle.build-scan

This commit is contained in:
Bruce Eckel 2016-08-19 11:33:53 -06:00
parent cfaacad48c
commit f52ebcad75

View File

@ -7,7 +7,7 @@ buildscript {
}
plugins {
id 'com.gradle.build-scan' version '1.0' // Should be first in list
// id 'com.gradle.build-scan' version '1.0' // Should be first in list
id 'com.github.johnrengelman.shadow' version '1.2.3'
id 'me.champeau.gradle.jmh' version '0.3.1'
}
@ -312,7 +312,7 @@ task verify(type:Exec) {
}
}
buildScan {
/*buildScan {
licenseAgreementUrl = 'https://gradle.com/terms-of-service'
licenseAgree = 'yes'
}
}*/