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

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

[mapillary] Clean up build.gradle

The build file for Gradle is now split in several parts for a better overview and better maintainability.
The files gradle/*.gradle are parts that are unlikely to change often, because these are not specific to this plugin and can be configured through gradle.properties.
Also the Gradle version is bumped to 2.14.1, because a critical defect has been fixed since 2.14 (see https://docs.gradle.org/2.14.1/release-notes).

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.0
17tool.findbugs.version=3.0.1
18tool.jacoco.version=0.7.7.201606060606
Note: See TracBrowser for help on using the repository browser.