aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index efeb2c34..bb6b26cb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,10 +14,10 @@ jobs:
14 uses: actions/checkout@v2 14 uses: actions/checkout@v2
15 with: 15 with:
16 fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of SonarCloud analysis 16 fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of SonarCloud analysis
17 - name: Set up JDK 11 17 - name: Set up JDK 17
18 uses: actions/setup-java@v1 18 uses: actions/setup-java@v1
19 with: 19 with:
20 java-version: 11 20 java-version: 17
21 - name: Cache Gradle packages 21 - name: Cache Gradle packages
22 uses: actions/cache@v2 22 uses: actions/cache@v2
23 with: 23 with: