Changeset 32335 in osm for applications/editors/josm/plugins
- Timestamp:
- 2016-06-20T14:16:41+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/mapillary
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/.travis.yml
r31844 r32335 1 sudo: required 2 dist: trusty 3 group: edge 4 1 5 language: java 2 6 cache: 3 7 directories: $HOME/.gradle 4 8 jdk: 9 - oraclejdk9 5 10 - oraclejdk8 6 - oraclejdk7 7 - openjdk7 11 - openjdk8 8 12 before_install: pip install --user codecov 9 13 before_script: # init GUI for tests that can't run headless -
applications/editors/josm/plugins/mapillary/build.gradle
r32285 r32335 4 4 apply plugin: 'java' 5 5 apply plugin: 'pmd' 6 apply plugin: 'project-report'7 6 8 7 sourceCompatibility = '1.8' … … 83 82 84 83 build.dependsOn jacocoTestReport 85 build.dependsOn projectReport86 84 87 85 tasks.withType(Javadoc) {
Note:
See TracChangeset
for help on using the changeset viewer.