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 b591438 commit 4291a6aCopy full SHA for 4291a6a
custom-rules/plain-java/.ci/build.sh
@@ -20,7 +20,7 @@ echo "======================================================="
20
echo "Downloading PMD ${PMD_VERSION}"
21
echo "======================================================="
22
echo
23
-export PMD_HOME=${BASEDIR}/code/pmd-bin-${PMD_VERSION}
+PMD_HOME=${BASEDIR}/code/pmd-bin-${PMD_VERSION}
24
if [ ! -d ${PMD_HOME} ]; then
25
if [[ "${PMD_VERSION}" == *-SNAPSHOT ]]; then
26
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