Skip to content

Commit a095400

Browse files
committed
Use Java through asdf
Signed-off-by: Timo Sand <[email protected]>
1 parent 76a5292 commit a095400

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

asdfrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
legacy_version_file = yes
2+
java_macos_integration_enable = yes

zprofile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ darwin*)
3232
HOMEBREW_PATH=$BREW_PREFIX/sbin:$BREW_PREFIX/bin
3333
PATH=$COREUTILS_PATH:$PYTHON_HOMEBREW_PATH:$HOMEBREW_PATH:$PATH
3434
export ARCHFLAGS="-arch x86_64"
35-
export JAVA_HOME
36-
JAVA_HOME=/Library/Java/JavaVirtualMachines/openjdk.jdk/Contents/Home # Update with /usr/libexec/java_home
37-
export SCALA_HOME=$BREW_PREFIX/opt/scala
3835
;;
3936
*) ;;
4037

0 commit comments

Comments
 (0)