Skip to content

Commit 7c27572

Browse files
authored
Split out dependency downloading to new step
For visualization, it helps to not have to search through all the dependency downloads
1 parent 1e77600 commit 7c27572

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
uses: actions/setup-java@v1
2020
with:
2121
java-version: 1.8
22+
- name: Maven: Download all dependencies
23+
mvn dependency:go-offline
2224
- name: Build with Maven
2325
run: mvn package --file pom.xml -DskipTests

0 commit comments

Comments
 (0)