Last change
on this file since 32977 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:
430 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <eclipse-pmd xmlns="http://acanda.ch/eclipse-pmd/0.8" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://acanda.ch/eclipse-pmd/0.8 http://acanda.ch/eclipse-pmd/eclipse-pmd-0.8.xsd">
|
---|
3 | <analysis enabled="true" />
|
---|
4 | <rulesets>
|
---|
5 | <ruleset name="Ruleset for josm-mapillary-plugin" ref="config/pmd/ruleset.xml" refcontext="project" />
|
---|
6 | </rulesets>
|
---|
7 | </eclipse-pmd>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.