Something to help you make your software grow
We recomend you to use the latest version of install.ps1
script.
You can combine the options below.
iwr https://github.com/jmoalves/levain/releases/latest/download/install.ps1 | iex
$levainVersion="0.91.3";iwr https://github.com/jmoalves/levain/releases/latest/download/install.ps1 | iex
$levainHome="C:\dev-env";iwr https://github.com/jmoalves/levain/releases/latest/download/install.ps1 | iex
$levainUrlBase="http://nexus.local.net/nexus/repository/github-proxy/jmoalves/levain";iwr http://nexus.local.net/nexus/repository/github-proxy/jmoalves/levain/releases/latest/download/install.ps1 | iex
$levainRepo="https://gitlab.local.net/grp-dev/levain-pkgs.git";iwr https://github.com/jmoalves/levain/releases/latest/download/install.ps1 | iex`
levain list
levain list jdk
levain install jdk-21-ibm git wlp-runtime-24.0.0.1
levain shell
levain shell wlp-runtime-24.0.0.1 jdk-21-ibm