Skip to content
Compare
Choose a tag to compare
@mahabaleshwars mahabaleshwars released this 09 Sep 14:25
· 4 commits to main since this release
2dfa201

What's Changed

  • Add support for SapMachine JDK/JRE by @Shegox in #614
steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'sapmachine'
     java-version: '21'

Bug fixes :

New Contributors :

Full Changelog: v4...v4.3.0