mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
Update maven.yml
This commit is contained in:
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@@ -20,6 +20,6 @@ jobs:
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Maven Download all dependencies
|
||||
run: mvn dependency:go-offline
|
||||
run: mvn -B dependency:go-offline
|
||||
- name: Maven Build
|
||||
run: mvn package --file pom.xml -DskipTests
|
||||
run: mvn -B package --file pom.xml -DskipTests
|
||||
|
||||
Reference in New Issue
Block a user