Skip to content

Commit f52ebca

Browse files
author
Bruce Eckel
committed
commented out the gradle.build-scan
1 parent cfaacad commit f52ebca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88

99
plugins {
10-
id 'com.gradle.build-scan' version '1.0' // Should be first in list
10+
// id 'com.gradle.build-scan' version '1.0' // Should be first in list
1111
id 'com.github.johnrengelman.shadow' version '1.2.3'
1212
id 'me.champeau.gradle.jmh' version '0.3.1'
1313
}
@@ -312,7 +312,7 @@ task verify(type:Exec) {
312312
}
313313
}
314314

315-
buildScan {
315+
/*buildScan {
316316
licenseAgreementUrl = 'https://gradle.com/terms-of-service'
317317
licenseAgree = 'yes'
318-
}
318+
}*/

0 commit comments

Comments
 (0)