Skip to content

Commit 70e2933

Browse files
committed
Bump build-tools from 14 to 15
1 parent d2d679f commit 70e2933

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
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
3535
echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3" >> $GITHUB_ENV
36-
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/14/scripts" >> $GITHUB_ENV
36+
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/15/scripts" >> $GITHUB_ENV
3737
- name: Check Environment
3838
shell: bash
3939
run: |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<pmd.version>6.36.0</pmd.version>
2424
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
25-
<pmd.build-tools.version>14</pmd.build-tools.version>
25+
<pmd.build-tools.version>15</pmd.build-tools.version>
2626
<checkstyle.version>8.42</checkstyle.version>
2727
<checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
2828

0 commit comments

Comments
 (0)