Skip to content

Commit 2e78556

Browse files
committed
Run syncMavenizer and build tasks separately in GitHub Actions workflow
1 parent 8c72a09 commit 2e78556

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ jobs:
2525
restore-keys: |
2626
v2-${{ runner.os }}-gradle-
2727
28+
- name: Sync Mavenizer
29+
run: ./gradlew syncMavenizer
30+
2831
- name: Build with Gradle
29-
run: ./gradlew syncMavenizer build
32+
run: ./gradlew build

0 commit comments

Comments
 (0)