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
RevLine 
[31783]1plugin.author=nokutu <nokutu@openmailbox.org>
2plugin.canloadatruntime=true
3plugin.class=org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin
[32201]4plugin.description=Allows the user to work with pictures hosted at mapillary.com
[31783]5plugin.icon=images/icon24.png
6plugin.link=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary
[32680]7plugin.main.version=10580
[31783]8plugin.requires=apache-commons;apache-http
[31977]9plugin.svnrevision=31976
[31799]10#plugin.early=...
11#plugin.stage=...
[32285]12
[32693]13# The name for the JAR file produced by Gradle (optional, defaults to ${project.name})
14plugin.jar.name=Mapillary
15
[32867]16tool.pmd.version=5.5.1
[32693]17tool.findbugs.version=3.0.1
18tool.jacoco.version=0.7.7.201606060606
Note: See TracBrowser for help on using the repository browser.