source: osm/applications/editors/josm/plugins/mapillary/gradle.properties@ 32680

Last change on this file since 32680 was 32680, checked in by donvip, 8 years ago

see #josm11390 - switch to Java 8

File size: 572 bytes
Line 
1plugin.author=nokutu <nokutu@openmailbox.org>
2plugin.canloadatruntime=true
3plugin.class=org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin
4plugin.description=Allows the user to work with pictures hosted at mapillary.com
5plugin.icon=images/icon24.png
6plugin.link=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary
7plugin.main.version=10580
8plugin.requires=apache-commons;apache-http
9plugin.version=1.1.5
10plugin.svnrevision=31976
11#plugin.early=...
12#plugin.stage=...
13
14tools.pmd.version=5.5.0
15tools.findbugs.version=3.0.1
16tools.jacoco.version=0.7.7.201606060606
Note: See TracBrowser for help on using the repository browser.