File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
run : |
60
60
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
61
61
echo "MAVEN_OPTS=-Daether.connector.http.connectionMaxTtl=180 -DautoReleaseAfterClose=true -DstagingProgressTimeoutMinutes=30" >> $GITHUB_ENV
62
- echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/26 /scripts" >> $GITHUB_ENV
62
+ echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/27 /scripts" >> $GITHUB_ENV
63
63
- name : Check Environment
64
64
shell : bash
65
65
run : |
Original file line number Diff line number Diff line change 23
23
shell : bash
24
24
run : |
25
25
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
26
- echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/26 /scripts" >> $GITHUB_ENV
26
+ echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/27 /scripts" >> $GITHUB_ENV
27
27
- name : Sync
28
28
run : .ci/git-repo-sync.sh
29
29
shell : bash
Original file line number Diff line number Diff line change 36
36
run : |
37
37
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
38
38
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/26 /scripts" >> $GITHUB_ENV
39
+ echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/27 /scripts" >> $GITHUB_ENV
40
40
- name : Check Environment
41
41
shell : bash
42
42
run : |
Original file line number Diff line number Diff line change 115
115
<argLine >-Xmx512m -Dfile.encoding=${project.build.sourceEncoding} ${extraArgLine}</argLine >
116
116
<extraArgLine /> <!-- empty by default, profiles set it as needed -->
117
117
118
- <pmd .build-tools.version>27-SNAPSHOT </pmd .build-tools.version>
118
+ <pmd .build-tools.version>27</pmd .build-tools.version>
119
119
120
120
<pmd-designer .version>7.2.0</pmd-designer .version>
121
121
<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