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:
- Fix XML namespaces wrongly using https by @gnodet in #503
- Fix typo and remove unintentional(?) word by @CyberFlameGO in #518
- Fix usage link within the README.md file by @dassiorleando in #525
New Contributors
- @CyberFlameGO made their first contribution in #518
- @dassiorleando made their first contribution in #525
- @gnodet made their first contribution in #503
- @Accelerator1996 made their first contribution in #532
Full Changelog: v3...v3.13.0