Add java setup debug
Deploy to Maven Repository / deploy (release) Failing after 4m46s

This commit is contained in:
2026-05-24 15:51:00 +02:00
parent 62ead4cc20
commit 8ae8374f81
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -19,6 +19,15 @@ jobs:
java-version: '21'
cache: 'maven'
- name: Debug Java setup
run: |
echo "JAVA_HOME=$JAVA_HOME"
echo "PATH=$PATH"
which java || echo "java not found"
which mvn || echo "mvn not found"
ls $JAVA_HOME/../bin/ || echo "JAVA_HOME bin not found"
cat $GITHUB_PATH || echo "GITHUB_PATH file empty or missing"
- name: Get release version
id: get_version
run: echo "version=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
+1 -1
View File
@@ -5,8 +5,8 @@
</component>
<component name="ChangeListManager">
<list default="true" id="98c311c3-6130-4449-9bcb-07029b56b776" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.actrc" beforeDir="false" afterPath="$PROJECT_DIR$/.actrc" afterDir="false" />
<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" />