From 7214e155055a0742a54b59162ea866aa92732ab9 Mon Sep 17 00:00:00 2001 From: andrii-hryniv Date: Tue, 13 Jun 2023 02:43:05 +0200 Subject: [PATCH] Update JVM with zulu distribution --- .github/workflows/sonar-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar-build.yml b/.github/workflows/sonar-build.yml index 5ded3981b..6f3d6647c 100644 --- a/.github/workflows/sonar-build.yml +++ b/.github/workflows/sonar-build.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: 17 - distribution: 'openjdk' + distribution: 'zulu' # Alternative distribution options are available. - name: Cache SonarCloud packages uses: actions/cache@v3 with: