Skip to content

Commit 5d51a5a

Browse files
authored
Revert exec -> build
Exec requires GUI launching, which can be a pain with Actions. Let's ignore this for now.
1 parent 722661b commit 5d51a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-java@v1
1818
with:
1919
java-version: 1.8
20-
- name: Exec
21-
run: mvn compile exec:java
20+
- name: Build
21+
run: mvn -B package --file pom.xml
2222
- name: Package
2323
run: mvn package

0 commit comments

Comments
 (0)