Add setup-maven to workflow
Deploy to Maven Repository / deploy (release) Successful in 2m34s

This commit is contained in:
2026-05-24 20:55:00 +02:00
parent f9426cf9df
commit 9564bf778c
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -19,6 +19,10 @@ jobs:
java-version: '21'
cache: 'maven'
- uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.6
- name: Debug Java setup
run: |
echo "JAVA_HOME=$JAVA_HOME"