Skip to content

Commit 95efdb3

Browse files
authored
Use newer dependency plugin
1 parent 49c165e commit 95efdb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
with:
2121
java-version: 1.8
2222
- name: Maven Download all dependencies
23-
run: mvn -B dependency:go-offline
23+
run: mvn -B org.apache.maven.plugins:maven-dependency-plugin:3.1.1:go-offline
2424
- name: Maven Build
2525
run: mvn -B package --file pom.xml -DskipTests

0 commit comments

Comments
 (0)