Skip to content

Commit 86e6266

Browse files
committed
chore: batch mode in build
1 parent c0b2479 commit 86e6266

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
distribution: 'temurin'
2626

2727
- name: Build with Maven
28-
run: mvn clean package
28+
run: mvn -B clean package

0 commit comments

Comments
 (0)