Skip to content

Commit b28e90f

Browse files
committed
Bump build-tools from 19 to 20
1 parent b907d3e commit b28e90f

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7878
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
7979

80-
<pmd.build-tools.version>19</pmd.build-tools.version>
80+
<pmd.build-tools.version>20</pmd.build-tools.version>
8181
<pmd.plugin.version>3.20.0</pmd.plugin.version>
8282
<pmd.check.version>6.53.0</pmd.check.version>
8383

0 commit comments

Comments
 (0)