aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-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 eecb62c1..6138fad1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -27,10 +27,10 @@ jobs:
27 uses: actions/checkout@v3 27 uses: actions/checkout@v3
28 with: 28 with:
29 fetch-depth: ${{ !steps.check-secret.outputs.is_SONAR_TOKEN_set && 1 || 0 }} # Shallow clones should be disabled for a better relevancy of SonarCloud analysis 29 fetch-depth: ${{ !steps.check-secret.outputs.is_SONAR_TOKEN_set && 1 || 0 }} # Shallow clones should be disabled for a better relevancy of SonarCloud analysis
30 - name: Set up JDK 19 30 - name: Set up JDK 17
31 uses: actions/setup-java@v3 31 uses: actions/setup-java@v3
32 with: 32 with:
33 java-version: 19 33 java-version: 17
34 distribution: temurin 34 distribution: temurin
35 - name: Cache Gradle packages 35 - name: Cache Gradle packages
36 uses: actions/cache@v3 36 uses: actions/cache@v3