Skip to content

Commit

Permalink
chore: remove check for sdkman version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamKunalGupta committed Jun 13, 2024
1 parent c28c10e commit 10f7d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flow-jvm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: sdkman
- name: Check dependency versions
run: |
sdk version
echo "JAVA_HOME=$HOME/.sdkman/candidates/java/current" >> $GITHUB_ENV
java -version
gradle -version
quarkus --version
Expand Down

0 comments on commit 10f7d7f

Please sign in to comment.