HHH-14315 Upgrade Travis build to OpenJDK 11.0.9
For some reason the gradle build gets stuck at task :hibernate-core:compileTestJava when using OpenJDK 11.0.3. I can't reproduce the problem with 11.0.9, though, so it's probably a bug in OpenJDK 11.0.3. Signed-off-by: Yoann Rodière <yoann@hibernate.org>
This commit is contained in:
parent
08079035c7
commit
00a2486c27
|
@ -5,10 +5,10 @@ jobs:
|
|||
include:
|
||||
- stage: Oracle JDK 8
|
||||
jdk: oraclejdk8
|
||||
- stage: AdoptOpenJDK 11.0.3
|
||||
- stage: AdoptOpenJDK 11.0.9
|
||||
install:
|
||||
- curl -L -o install-jdk.sh https://github.com/sormuras/bach/raw/master/install-jdk.sh
|
||||
- source ./install-jdk.sh --target ./openjdk11 --url https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.3%2B7/OpenJDK11U-jdk_x64_linux_hotspot_11.0.3_7.tar.gz
|
||||
- source ./install-jdk.sh --target ./openjdk11 --url https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.9%2B11.1/OpenJDK11U-jdk_x64_linux_hotspot_11.0.9_11.tar.gz
|
||||
|
||||
before_script:
|
||||
- java -version
|
||||
|
|
Loading…
Reference in New Issue