Skip to content

Commit 454031c

Browse files
committed
Bump builds-tools from 23 to 24-SNAPSHOT
1 parent b7a6e5e commit 454031c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
run: |
2828
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
2929
echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3" >> $GITHUB_ENV
30-
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/23/scripts" >> $GITHUB_ENV
30+
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/master/scripts" >> $GITHUB_ENV
3131
- name: Check Environment
3232
shell: bash
3333
run: |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tycho.version>4.0.6</tycho.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<pmd.version>7.0.0</pmd.version>
25-
<pmd.build-tools.version>23</pmd.build-tools.version>
25+
<pmd.build-tools.version>24-SNAPSHOT</pmd.build-tools.version>
2626
<checkstyle.version>10.14.0</checkstyle.version>
2727
<checkstyle.plugin.version>3.3.1</checkstyle.plugin.version>
2828
<pmd.plugin.version>3.21.2</pmd.plugin.version>

0 commit comments

Comments
 (0)