Changeset 35779 in osm for applications/editors/josm/plugins/MicrosoftStreetside/gradle/tool-config.gradle
- Timestamp:
- 2021-07-15T01:07:58+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/gradle/tool-config.gradle
r34329 r35779 1 def pmdVersion = " 5.8.0" // TODO: Update to PMD 62 def spotbugsVersion = " 3.1.3"3 def jacocoVersion = "0.8. 1"4 def errorproneVersion = "2. 3.1"1 def pmdVersion = "6.36.0" 2 def spotbugsVersion = "4.3.0" 3 def jacocoVersion = "0.8.7" 4 def errorproneVersion = "2.7.1" 5 5 6 6 // Set up ErrorProne (currently only for JDK8, until JDK9 is supported) 7 7 dependencies.errorprone "com.google.errorprone:error_prone_core:$errorproneVersion" 8 /* 8 9 tasks.withType(JavaCompile) { 9 10 options.compilerArgs += ['-Xep:DefaultCharset:ERROR', … … 17 18 '-Xep:ConstantField:WARN'] 18 19 } 20 */ 19 21 20 22 // Spotbugs config … … 24 26 effort = "max" 25 27 reportLevel = "low" 26 sourceSets = [sourceSets.main, sourceSets.test] 28 //sourceSets = [sourceSets.main, sourceSets.test] 27 29 } 28 30
Note:
See TracChangeset
for help on using the changeset viewer.