Skip to content

Commit 4f8f93c

Browse files
committed
Debug should not be needed - as gradle runs on JDK21
1 parent ee1c90f commit 4f8f93c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/deployment-ea.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -240,17 +240,6 @@ jobs:
240240
p12-password: ${{ secrets.OSX_CERT_PWD }}
241241
create-keychain: false
242242
keychain-password: jabref
243-
- name: Debug
244-
shell: bash
245-
run: |
246-
echo $JAVA_HOME
247-
cat mise.toml
248-
mise hook-env -f
249-
mise hook-env -f | grep 'export JAVA_HOME'
250-
eval $(mise hook-env -f | grep 'export JAVA_HOME')
251-
echo $JAVA_HOME
252-
eval $(mise hook-env -f | grep 'export PATH')
253-
echo $JAVA_HOME
254243
- name: Build dmg and pkg (macOS)
255244
if: ((matrix.os == 'macos-13') || (matrix.os == 'macos-14')) && (steps.checksecrets.outputs.secretspresent == 'YES')
256245
shell: bash

0 commit comments

Comments
 (0)