Skip to content

Commit

Permalink
remove an old build-configuration for jdk-11.
Browse files Browse the repository at this point in the history
This config fails due to missing dependencies with newer libraries.
  • Loading branch information
kfriedberger committed Jun 29, 2024
1 parent 6611684 commit d3d92c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ build:jdk-22:
<<: *source_check
script: "ant $ANT_PROPS_BUILD build-project-ecj"

build-project-ecj:jdk-11:
<<: *build-project-ecj
image: ${CI_REGISTRY_IMAGE}/test:jdk-11

build-project-ecj:jdk-17:
<<: *build-project-ecj
image: ${CI_REGISTRY_IMAGE}/test:jdk-17
Expand Down

0 comments on commit d3d92c6

Please sign in to comment.