]> source.dussan.org Git - sonarqube.git/commitdiff
Fix JDK download URL (new try)
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 19 Jul 2018 06:51:32 +0000 (08:51 +0200)
committerSonarTech <sonartech@sonarsource.com>
Thu, 19 Jul 2018 18:21:25 +0000 (20:21 +0200)
travis.sh

index 688f031326f9104cccf059c094072ad519f08124..93cd156115e4bf45f55d235a0e78ca40ce12d95a 100755 (executable)
--- a/travis.sh
+++ b/travis.sh
@@ -10,10 +10,10 @@ set -euo pipefail
 # at each build.
 #
 installJdk8() {
-  echo "Setup JDK 1.8u171"
+  echo "Setup JDK 1.8u181"
   mkdir -p ~/jvm
   pushd ~/jvm > /dev/null
-  if [ ! -d "jdk1.8.0_171" ]; then
+  if [ ! -d "jdk1.8.0_181" ]; then
     wget --quiet --continue --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-linux-x64.tar.gz
     tar xzf jdk-8u171-linux-x64.tar.gz
     rm jdk-8u171-linux-x64.tar.gz