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
- Change the SNAPSHOT version in https://github.com/jmoalves/levain/blob/master/recipes/levain.levain.yaml
- Run the "Create a new release" GitHub action https://github.com/jmoalves/levain/actions/workflows/release.yml
- Be sure that the new version is not blocked by Windows Defender when executed. This usually is the case.
- Test in at least 2 computers
- Edit the release in GitHub, marking it as the "latest release", and not a "pre-release" any more - https://github.com/jmoalves/levain/releases
- Test again