Commit ce008460 authored by Iain Learmonth's avatar Iain Learmonth
Browse files

Use JDK 8 in CI (Fixes: #40005)

parent 1666156c
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -10,10 +10,13 @@ test:
 image: debian:buster
 script:
  - apt update
  - apt -y install default-jdk ant ivy git curl
  - apt install -y wget apt-transport-https gnupg
  - wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add -
  - echo "deb https://adoptopenjdk.jfrog.io/adoptopenjdk/deb buster main" | tee /etc/apt/sources.list.d/adoptopenjdk.list
  - apt update
  - apt install -y adoptopenjdk-8-hotspot ant ivy git
  - git submodule init
  - git submodule update
  - ant fetch-metrics-lib
  - ant -lib /usr/share/java resolve
  - ant test
  - ant checks
 No newline at end of file