Skip to content

Commit

Permalink
fix jitci-init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauma109 committed May 11, 2024
1 parent a93416e commit 4da2787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jitci-init.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
. ~/.sdkman/bin/sdkman-init.sh
sdk selfupdate force
sdk list java
sdk install java 17.0.10-sem
sdk use java 17.0.10-sem
java -version
export M3_VERSION=$(curl -Ls -o /dev/null -w %{url_effective} https://github.com/apache/maven/releases/latest | sed 's,https://github.com/apache/maven/releases/tag/maven-,,g')
Expand Down

0 comments on commit 4da2787

Please sign in to comment.