From c867b6c10c1346d75e73134a67e00af5c4ebaa90 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Mon, 04 Mar 2024 12:58:17 +0000 Subject: [PATCH] Fix missing jakarta.ws.rs.ext.RuntimeDelegate provider in tests --- .github/workflows/release.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6bd93ac..8163160 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ uses: actions/setup-java@v3 with: distribution: zulu - java-version: 11 + java-version: 17 - id: vars name: Get project variables -- Gitblit v1.9.1