Skip to content

Commit 32c866c

Browse files
committed
Bump build-tools from 24 to 25
1 parent 6fe420a commit 32c866c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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/24/scripts" >> $GITHUB_ENV
39+
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/25/scripts" >> $GITHUB_ENV
4040
- name: Check Environment
4141
shell: bash
4242
run: |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8282
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
8383

84-
<pmd.build-tools.version>24</pmd.build-tools.version>
84+
<pmd.build-tools.version>25</pmd.build-tools.version>
8585
<pmd.plugin.version>3.22.0</pmd.plugin.version>
8686
<pmd.check.version>7.1.0</pmd.check.version>
8787

0 commit comments

Comments
 (0)