Ignore:
Timestamp:
2016-07-21T15:24:10+02:00 (9 years ago)
Author:
floscher
Message:

[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:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified applications/editors/josm/plugins/mapillary/gradle.properties

    r32680 r32693  
    77plugin.main.version=10580
    88plugin.requires=apache-commons;apache-http
    9 plugin.version=1.1.5
    109plugin.svnrevision=31976
    1110#plugin.early=...
    1211#plugin.stage=...
    1312
    14 tools.pmd.version=5.5.0
    15 tools.findbugs.version=3.0.1
    16 tools.jacoco.version=0.7.7.201606060606
     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 TracChangeset for help on using the changeset viewer.