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"
-1
View File
@@ -6,7 +6,6 @@
<component name="ChangeListManager">
<list default="true" id="98c311c3-6130-4449-9bcb-07029b56b776" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.gitea/workflows/publish.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.gitea/workflows/publish.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />