File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
init : |
9
9
sed -i '1,$s/sdkman_auto_answer=false/sdkman_auto_answer=true/' /home/gitpod/.sdkman/etc/config
10
10
sed -i '1,$s/sdkman_selfupdate_enable=true/sdkman_selfupdate_enable=false/' /home/gitpod/.sdkman/etc/config
11
- sdk install java 22.1.0 .r17-grl -y
11
+ sdk install java 22.3.3 .r17-grl -y
12
12
gu install native-image
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ chmod 755 src/main/dist/astra-init.sh
107
107
```
108
108
zip astra-cli-0.4.zip *
109
109
zip astra-cli-0.4-linux.zip *
110
- zip astra-cli-0.4 -mac.zip *
110
+ zip astra-cli-0.5 -mac.zip *
111
111
tar -czf astra-cli-0.4-homebrew.tar.gz *
112
112
brew create https://github.com/datastax/astra-cli/releases/download/0.4/astra-cli-0.4-homebrew.tar.gz
113
113
```
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ echo " \/ \/ \/ "
27
27
echo " "
28
28
29
29
# Global variables
30
- ASTRA_CLI_VERSION=" 0.4 "
30
+ ASTRA_CLI_VERSION=" 0.5 "
31
31
32
32
echo " Installing Astra Cli$( tput setaf 6) $ASTRA_CLI_VERSION $( tput setaf 7) please wait... "
33
33
You can’t perform that action at this time.
0 commit comments