Skip to content

Instantly share code, notes, and snippets.

@xanderificnl
Created August 12, 2023 07:05
Show Gist options
  • Save xanderificnl/db91ef6a0229b0054ec5c6a50c24a731 to your computer and use it in GitHub Desktop.
Save xanderificnl/db91ef6a0229b0054ec5c6a50c24a731 to your computer and use it in GitHub Desktop.
asdf + java + jruby + openhab automations

Java

asdf plugin add java
asdf install java adoptopenjdk-jre-17.0.7+7 
echo '. "$HOME/.asdf/plugins/java/set-java-home.bash"' | tee -a ~/.bashrc
source ~/.bashrc

Ruby

asdf plugin add ruby
asdf install ruby jruby-9.4.2.0

Project configuration

asdf local java adoptopenjdk-jre-17.0.7+7
asdf local ruby jruby-9.4.2.0
@xanderificnl
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment