We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc617a commit 04c240fCopy full SHA for 04c240f
.github/workflows/ci.yml
@@ -30,6 +30,12 @@ jobs:
30
with:
31
fetch-depth: 0
32
33
+ - name: Setup Java
34
+ uses: actions/setup-java@v4
35
+ with:
36
+ distribution: 'temurin'
37
+ java-version: 17
38
+
39
- name: Setup Gradle
40
uses: gradle/actions/setup-gradle@v4
41
@@ -59,12 +65,6 @@ jobs:
59
65
BASE_BRANCH: ${{ github.event.pull_request.base.ref }}
60
66
run: bash scripts/run-version-check.sh
61
67
62
- - name: Setup Java
63
- uses: actions/setup-java@v4
64
- with:
- distribution: 'temurin'
- java-version: 17
-
68
- name: Build Project
69
run: ./gradlew --refresh-dependencies clean assemble spotlessCheck
70
0 commit comments