Skip to content

Commit

Permalink
Bump build-tools from 24 to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed May 31, 2024
1 parent 6fe420a commit 32c866c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3" >> $GITHUB_ENV
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/24/scripts" >> $GITHUB_ENV
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/25/scripts" >> $GITHUB_ENV
- name: Check Environment
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<pmd.build-tools.version>24</pmd.build-tools.version>
<pmd.build-tools.version>25</pmd.build-tools.version>
<pmd.plugin.version>3.22.0</pmd.plugin.version>
<pmd.check.version>7.1.0</pmd.check.version>

Expand Down

0 comments on commit 32c866c

Please sign in to comment.