mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
.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:
parent
1cb8b2298d
commit
b24d90aadc
1 changed files with 0 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue