Update README.md

Update distribution in paragrah 'Check latest' to promote migration from adopt to temurin
This commit is contained in:
Marcell Harmaci 2022-10-10 15:03:06 +02:00 committed by GitHub
parent fbb269240e
commit 2fa3195ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,7 +168,7 @@ steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '17'
check-latest: true
- run: java HelloWorldApp.java