Skip to content

Commit

Permalink
Fix classpath and modify ruleset/ci
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Jan 9, 2020
1 parent 6d2121f commit d13b81f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -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>
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/pmd/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit d13b81f

Please sign in to comment.