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 5ffdcdd commit d84466dCopy full SHA for d84466d
.travis.yml
@@ -3,6 +3,7 @@ before_install:
3
- LOCAL_DIR=${HOME}/.cache/openjdk
4
- TARGET_DIR=${HOME}/openjdk11
5
- mkdir -p ${LOCAL_DIR}
6
+- mkdir -p ${TARGET_DIR}
7
- DOWNLOAD_URL="https://pmd-code.org/openjdk/jdk-11.0.7%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.7_10.tar.gz"
8
- OPENJDK_ARCHIVE=$(basename $DOWNLOAD_URL)
9
- if [ ! -e ${LOCAL_DIR}/${OPENJDK_ARCHIVE} ]; then wget --directory-prefix ${LOCAL_DIR} --timestamping --continue ${DOWNLOAD_URL}; fi
0 commit comments