Fix classpath and modify ruleset/ci

Signed-off-by: Taylor Smock <taylor.smock@kaart.com>
pull/1/head
Taylor Smock 2020-01-09 10:49:11 -07:00
rodzic 6d2121f480
commit d13b81fdc2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 625F6A74A3E4311A
3 zmienionych plików z 13 dodań i 3 usunięć

Wyświetl plik

@ -25,5 +25,15 @@
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
<classpathentry combineaccessrules="false" kind="src" path="/JOSM-utilsplugin2"/>
<classpathentry kind="lib" path="/JOSM/test/lib/wiremock-standalone-2.20.0.jar">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/JOSM/tools/spotbugs/spotbugs-annotations.jar">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="build/classes/java/main"/>
</classpath>

Wyświetl plik

@ -247,8 +247,8 @@ publish to / GitLab.com packages:
name: GitLab.com / ${CI_PROJECT_NAME} packages
url: ${CI_PROJECT_URL}/-/packages
script:
- ./gradlew publishAllPublicationsToGitlabRepository --stacktrace
- ./gradlew releaseToGitlab --stacktrace --info
- ./gradlew publishAllPublicationsToGitlabRepository
- ./gradlew releaseToGitlab
dependencies:
- build
only:

Wyświetl plik

@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
<description>
This ruleset checks some rules that you should normally follow for the JOSM-rapid plugin.
This ruleset checks some rules that you should normally follow for the JOSM-mapwithai plugin.
Copied from josm tools/pmd/josm-ruleset.xml
</description>