Skip to content

Commit c4163c9

Browse files
committed
Don't do full build yet, saves time with trying the new snapshot push
1 parent 56cd564 commit c4163c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle_snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Grant execute permission for push
3333
run: chmod +x push_javadoc.sh
3434
- name: Build and Snapshot branch
35-
run: ./gradlew -PreleaseMode=branch build --stacktrace --no-daemon
35+
run: ./gradlew -PreleaseMode=branch assemble --stacktrace --no-daemon
3636
- name: Upload Snapshot
3737
run: ./gradlew -PreleaseMode=branch javadocCleanup uploadArchives --no-daemon --no-parallel --stacktrace
3838
env:

0 commit comments

Comments
 (0)