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