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

Last change on this file since 32977 was 32867, checked in by floscher, 8 years ago

Update Gradle to version 3.0

File size: 662 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.svnrevision=31976
10#plugin.early=...
11#plugin.stage=...
12
13# The name for the JAR file produced by Gradle (optional, defaults to ${project.name})
14plugin.jar.name=Mapillary
15
16tool.pmd.version=5.5.1
17tool.findbugs.version=3.0.1
18tool.jacoco.version=0.7.7.201606060606
Note: See TracBrowser for help on using the repository browser.