From 0548cec1d7f35e43fccec94ab2efc2f7430e7153 Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 29 Oct 2025 15:32:11 +0100 Subject: [PATCH] quick start 3 --- .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 3452e1e..df2c8b1 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 + cache: maven # or 'gradle' if you use Gradle #Build & test backend - name: Build & test backend