Skip to content

Commit 29b718b

Browse files
committed
Bump build-tools from 17 to 18
1 parent d1aafcc commit 29b718b

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/master/scripts" >> $GITHUB_ENV
39+
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/18/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
@@ -23,7 +23,7 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<pmd.version>6.46.0</pmd.version>
2525
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
26-
<pmd.build-tools.version>17</pmd.build-tools.version>
26+
<pmd.build-tools.version>18</pmd.build-tools.version>
2727
<checkstyle.version>9.3</checkstyle.version>
2828
<checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
2929
<pmd.plugin.version>3.15.0</pmd.plugin.version>

0 commit comments

Comments
 (0)