Skip to content

Commit 04c240f

Browse files
reorganize pipeline
1 parent 4bc617a commit 04c240f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232

33+
- name: Setup Java
34+
uses: actions/setup-java@v4
35+
with:
36+
distribution: 'temurin'
37+
java-version: 17
38+
3339
- name: Setup Gradle
3440
uses: gradle/actions/setup-gradle@v4
3541

@@ -59,12 +65,6 @@ jobs:
5965
BASE_BRANCH: ${{ github.event.pull_request.base.ref }}
6066
run: bash scripts/run-version-check.sh
6167

62-
- name: Setup Java
63-
uses: actions/setup-java@v4
64-
with:
65-
distribution: 'temurin'
66-
java-version: 17
67-
6868
- name: Build Project
6969
run: ./gradlew --refresh-dependencies clean assemble spotlessCheck
7070

0 commit comments

Comments
 (0)