1
0
mirror of synced 2025-11-06 06:20:49 +08:00

Using TCK Tested JDK builds of OpenJDK

The AdoptOpenJDK has been discontinued since July 2021. When using Zulu you get all the latest updated (TCK Tested) builds for all versions of OpenJDK included archived major fixed versions.
This commit is contained in:
Carl Dea
2021-09-27 14:37:10 -04:00
committed by GitHub
parent 99c9ba2854
commit f9e3053ecc

View File

@@ -15,7 +15,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
distribution: 'zulu'
- name: Cache m2 package
uses: actions/cache@v2
with: