File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6262 run : |
6363 echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
6464 echo "MAVEN_OPTS=-Daether.connector.http.connectionMaxTtl=180 -DautoReleaseAfterClose=true -DstagingProgressTimeoutMinutes=30" >> $GITHUB_ENV
65- echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/24 /scripts" >> $GITHUB_ENV
65+ echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/25 /scripts" >> $GITHUB_ENV
6666 - name : Check Environment
6767 shell : bash
6868 run : |
Original file line number Diff line number Diff line change 2424 shell : bash
2525 run : |
2626 echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
27- echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/24 /scripts" >> $GITHUB_ENV
27+ echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/25 /scripts" >> $GITHUB_ENV
2828 - name : Sync
2929 run : .ci/git-repo-sync.sh
3030 shell : bash
Original file line number Diff line number Diff line change 3636 run : |
3737 echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
3838 echo "MAVEN_OPTS=-Daether.connector.http.connectionMaxTtl=180 -DstagingProgressTimeoutMinutes=30" >> $GITHUB_ENV
39- echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/24 /scripts" >> $GITHUB_ENV
39+ echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/25 /scripts" >> $GITHUB_ENV
4040 - name : Check Environment
4141 shell : bash
4242 run : |
Original file line number Diff line number Diff line change 115115 <argLine >-Xmx512m -Dfile.encoding=${project.build.sourceEncoding} ${extraArgLine}</argLine >
116116 <extraArgLine /> <!-- empty by default, profiles set it as needed -->
117117
118- <pmd .build-tools.version>25-SNAPSHOT </pmd .build-tools.version>
118+ <pmd .build-tools.version>25</pmd .build-tools.version>
119119
120120 <pmd-designer .version>7.2.0-SNAPSHOT</pmd-designer .version>
121121 <javacc .jar>${settings.localRepository} /net/java/dev/javacc/javacc/${javacc.version} /javacc-${javacc.version} .jar</javacc .jar>
You can’t perform that action at this time.
0 commit comments