.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
```
This commit is contained in:
Andreas Schildbach 2024-04-27 11:48:26 +02:00
parent 1cb8b2298d
commit b24d90aadc

View file

@ -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: