From 89fcfc9e208be92c6ed10cd5bf7cb8938eeae055 Mon Sep 17 00:00:00 2001 From: madzera Date: Sat, 24 Feb 2024 19:26:01 +0000 Subject: [PATCH] #60 - [1.0.0] - Trigger the SonarLint Quality Gate --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7efa3f6..e38d6cc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,7 +17,7 @@ jobs: - name: Set up JDK 11 uses: actions/setup-java@v1 with: - java-version: 11 # For Sonar analysis purpose (Java 8 is no longer supported by Sonar) + java-version: 17 # For Sonar analysis purpose (Java 11 is no longer supported by Sonar) - name: Cache SonarCloud packages uses: actions/cache@v1 with: