From c047094addb11afd7524b197b0f7ac9dd887c98e Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 29 Oct 2025 15:26:36 +0100 Subject: [PATCH] quick start 2 --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index df2c8b1..3452e1e 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -43,7 +43,7 @@ jobs: with: distribution: temurin java-version: '21' # adjust to match your backend version - cache: maven # or 'gradle' if you use Gradle + cache: maven #Build & test backend - name: Build & test backend