.gitlab-ci.yml: use the headless variant of OpenJDK

This commit is contained in:
Andreas Schildbach 2022-08-25 10:58:34 +02:00
parent b4fe055f8a
commit 7a609d0452

View file

@ -20,6 +20,6 @@ before_script:
build:
parallel:
matrix:
- JDK_PACKAGE: [ openjdk-11-jdk ]
- JDK_PACKAGE: [ openjdk-11-jdk-headless ]
script:
- gradle build --stacktrace