From 4d9acbf6ba5a2a1c877d062c778cb379418b1ac9 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 10 Dec 2024 10:38:45 +0100 Subject: [PATCH] CI: JDK23 from edge/testing --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0380dc1..2c310ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,8 @@ java: image: alpine:latest stage: test script: - - apk --no-cache add openjdk23 gradle - - gradle test + - apk --no-cache add openjdk23 gradle --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing/ + - gradle test --no-daemon artifacts: when: always reports: