From 3adc8e117bfe5fea67d0fcce1faf178b2288c9b3 Mon Sep 17 00:00:00 2001 From: Benjamin Marwell Date: Sun, 15 Oct 2023 12:36:46 +0200 Subject: [PATCH] [#282] install groovy in CI --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 13b37ad0..ae0f7758 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,6 +42,11 @@ jobs: with: distribution: temurin java-version: 17 + - uses: sdkman/sdkman-action@v1 + id: sdkman + with: + candidate: groovy + version: {{ matrix.groovy-version }} - name: full test run: >- ./mvnw ${MAVEN_ARGS} ${MVN_GROOVY_GROUP_ID} ${MVN_GROOVY_VERSION}