diff --git a/.classpath b/.classpath index 1701266..1150df4 100644 --- a/.classpath +++ b/.classpath @@ -25,5 +25,15 @@ + + + + + + + + + + diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8b396c..1429c64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/config/pmd/ruleset.xml b/config/pmd/ruleset.xml index 8b33732..5d71904 100644 --- a/config/pmd/ruleset.xml +++ b/config/pmd/ruleset.xml @@ -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"> - 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