Skip to content

Commit 4291a6a

Browse files
committed
Don't export PMD_HOME (see pmd/pmd#5705)
1 parent b591438 commit 4291a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-rules/plain-java/.ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo "======================================================="
2020
echo "Downloading PMD ${PMD_VERSION}"
2121
echo "======================================================="
2222
echo
23-
export PMD_HOME=${BASEDIR}/code/pmd-bin-${PMD_VERSION}
23+
PMD_HOME=${BASEDIR}/code/pmd-bin-${PMD_VERSION}
2424
if [ ! -d ${PMD_HOME} ]; then
2525
if [[ "${PMD_VERSION}" == *-SNAPSHOT ]]; then
2626
wget --no-verbose https://sourceforge.net/projects/pmd/files/pmd/${PMD_VERSION}/pmd-dist-${PMD_VERSION}-bin.zip/download -O ${BASEDIR}/code/pmd-dist-${PMD_VERSION}-bin.zip

0 commit comments

Comments
 (0)