From f3ad745a1290342411943a4c82d17640ac3c415a Mon Sep 17 00:00:00 2001 From: Marcell Harmaci <47602777+MarcellHarmaci@users.noreply.github.com> Date: Mon, 10 Oct 2022 15:28:56 +0200 Subject: [PATCH] Update README.md (#391) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f774100c..70922cac8 100644 --- a/README.md +++ b/README.md @@ -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