From b24d90aadc4f5a327c241052e3f1ea849b4c8463 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sat, 27 Apr 2024 11:48:26 +0200 Subject: [PATCH] .gitlab-ci.yml: remove job for JDK8 It started failing with this error: ``` org/objectweb/asm/Type has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 ``` --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4dbde34..e3a25261 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,16 +4,6 @@ before_script: after_script: - gradle --version -sid-jdk8: - image: debian:sid-slim - script: - - apt-get -y install openjdk-8-jdk-headless gradle - - gradle build --stacktrace - artifacts: - name: public-transport-enabler-$CI_JOB_NAME-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA - paths: - - build/libs/*.jar - bullseye-jdk11: image: debian:bullseye-slim script: