From eb0ea622659781158ebad3b8f9505ef5f481a32e Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 8 Apr 2024 07:22:42 +0100 Subject: [PATCH] ci --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 21fac2f..6ff80cb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-java@v2 with: java-version: '17' - distribution: 'eclipse-temurin' + distribution: 'adopt' - name: Run Tests run: mvn --batch-mode test