Skip to content

Commit

Permalink
ci: install jenv phase should complete
Browse files Browse the repository at this point in the history
  • Loading branch information
easye committed Mar 12, 2024
1 parent fd40dcb commit decd0fa
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions ci/install-jenv.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ fi

. ${DIR}/ensure-jenv-is-present.bash

jenv enable-plugin ant
jenv enable-plugin maven
jenv enable-plugin export
# jenv enable-plugin ant
# jenv enable-plugin maven
# jenv enable-plugin export

jenv doctor

jenv versions
jenv version add $(realpath $(which java)/..)
jenv versions



0 comments on commit decd0fa

Please sign in to comment.