We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e83f7 commit 9091626Copy full SHA for 9091626
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
35
echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3" >> $GITHUB_ENV
36
- echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/16/scripts" >> $GITHUB_ENV
+ echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/master/scripts" >> $GITHUB_ENV
37
- name: Check Environment
38
shell: bash
39
0 commit comments