Changeset 34329 in osm for applications/editors/josm/plugins/MicrosoftStreetside/gradle/tool-config.gradle
- Timestamp:
- 2018-06-20T06:54:45+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/gradle/tool-config.gradle
r34317 r34329 1 def pmdVersion = "5.8. 1"2 def spotbugsVersion = "3.1. 1"3 def jacocoVersion = "0. 7.9"4 def errorproneVersion = "2. 2.0"1 def pmdVersion = "5.8.0" // TODO: Update to PMD 6 2 def spotbugsVersion = "3.1.3" 3 def jacocoVersion = "0.8.1" 4 def errorproneVersion = "2.3.1" 5 5 6 6 // Set up ErrorProne (currently only for JDK8, until JDK9 is supported)
Note:
See TracChangeset
for help on using the changeset viewer.