Skip to content

Commit c9eaea6

Browse files
committed
fix: use latest asdf API
1 parent 82a585e commit c9eaea6

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.gitignore

100644100755
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ build/
5757

5858
# Ignore Gradle build output directory
5959
build
60+
61+
.DS_Store
62+
.vscode

setup.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo "installing java"
88
echo "done"
99

1010
echo "set latest version to system wide version"
11-
asdf global java latest
11+
asdf set java latest
1212
echo "done"
1313

1414
echo "updating automated JAVA_HOME export"
@@ -24,7 +24,7 @@ echo "installing ant"
2424
echo "done"
2525

2626
echo "set latest version of ant to system wide version"
27-
asdf global ant latest
27+
asdf set ant latest
2828
echo "done"
2929

3030
echo "adding asdf maven plugin"
@@ -36,10 +36,9 @@ echo "installing maven"
3636
echo "done"
3737

3838
echo "set latest version of maven to system wide version"
39-
asdf global maven latest
39+
asdf set maven latest
4040
echo "done"
4141

42-
4342
echo "adding asdf gradle plugin"
4443
asdf plugin add gradle
4544
echo "done"
@@ -49,5 +48,5 @@ echo "installing gradle"
4948
echo "done"
5049

5150
echo "set latest version of gradle to system wide version"
52-
asdf global gradle latest
51+
asdf set gradle latest
5352
echo "done"

0 commit comments

Comments
 (0)