File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 run : |
3737 echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
3838 echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3" >> $GITHUB_ENV
39- echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/15 /scripts" >> $GITHUB_ENV
39+ echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/master /scripts" >> $GITHUB_ENV
4040 - name : Check Environment
4141 shell : bash
4242 run : |
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ echo "-------------------------------------------"
2424echo " Releasing PMD Eclipse Plugin"
2525echo " -------------------------------------------"
2626
27- CURRENT_VERSION=$( ./mvnw org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.version -q -DforceStdout)
27+ CURRENT_VERSION=$( ./mvnw org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.version -q -DforceStdout -Dtycho.mode=maven )
2828RELEASE_VERSION=${CURRENT_VERSION% -SNAPSHOT}
2929MAJOR=$( echo " $RELEASE_VERSION " | cut -d . -f 1)
3030MINOR=$( echo " $RELEASE_VERSION " | cut -d . -f 2)
Original file line number Diff line number Diff line change 2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2424 <pmd .version>6.39.0</pmd .version>
2525 <maven-antrun-plugin .version>1.8</maven-antrun-plugin .version>
26- <pmd .build-tools.version>16 </pmd .build-tools.version>
26+ <pmd .build-tools.version>17-SNAPSHOT </pmd .build-tools.version>
2727 <checkstyle .version>8.42</checkstyle .version>
2828 <checkstyle .plugin.version>3.1.2</checkstyle .plugin.version>
2929 <pmd .plugin.version>3.14.0</pmd .plugin.version>
You can’t perform that action at this time.
0 commit comments