Skip to content

Commit 646426b

Browse files
committed
Try batch mode
1 parent 4deed68 commit 646426b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
java-version: '8'
2121
distribution: 'adopt'
2222
- name: Build with Maven
23-
run: mvn package --file pom.xml
23+
run: mvn --batch-mode package --file pom.xml

0 commit comments

Comments
 (0)