Skip to content
Compare
Choose a tag to compare
@IvanZosimov IvanZosimov released this 20 Sep 12:22
· 15 commits to main since this release
0ab4596

What's changed

In the scope of this release, support for Dragonwell JDK was added by @Accelerator1996 in #532

steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: 'dragonwell'
     java-version: '17'

Several inaccuracies were also fixed:

New Contributors

Full Changelog: v3...v3.13.0