From 37d2ca57f2a3c1703ac2965a7c526e1a7b42a60e Mon Sep 17 00:00:00 2001 From: Sina Madani Date: Wed, 26 Jun 2024 13:31:58 +0100 Subject: [PATCH] build: Try with older JUnit version --- .github/workflows/build.yml | 3 ++- pom.xml | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 240ea17..e3c66e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,8 +34,9 @@ jobs: with: distribution: 'zulu' java-version: ${{ matrix.java }} + cache: maven - name: Compile with Maven - run: mvn --batch-mode clean verify + run: mvn -e --batch-mode clean verify - name: Run Codecov uses: codecov/codecov-action@v4 with: diff --git a/pom.xml b/pom.xml index c6ad6ae..41bc453 100644 --- a/pom.xml +++ b/pom.xml @@ -63,19 +63,19 @@ org.jetbrains.kotlin kotlin-test-junit5 - 2.0.0 + 1.9.24 test org.junit.jupiter junit-jupiter-api - 5.10.2 + 5.7.0 test - org.junit.platform - junit-platform-launcher - 1.10.2 + org.junit.jupiter + junit-jupiter-engine + 5.7.0 test