Skip to content

Commit 3c885b2

Browse files
committed
Bump build-tools from 19 to 20
1 parent 6964cfc commit 3c885b2

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
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
4242
echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3" >> $GITHUB_ENV
43-
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/19/scripts" >> $GITHUB_ENV
43+
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/20/scripts" >> $GITHUB_ENV
4444
- name: Check Environment
4545
shell: bash
4646
run: |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<tycho.version>3.0.1</tycho.version>
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2525
<pmd.version>6.53.0</pmd.version>
26-
<pmd.build-tools.version>19</pmd.build-tools.version>
26+
<pmd.build-tools.version>20</pmd.build-tools.version>
2727
<checkstyle.version>10.6.0</checkstyle.version>
2828
<checkstyle.plugin.version>3.2.1</checkstyle.plugin.version>
2929
<pmd.plugin.version>3.20.0</pmd.plugin.version>

0 commit comments

Comments
 (0)