We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8f9e1 commit 7694769Copy full SHA for 7694769
1 file changed
.github/workflows/ci.yml
@@ -35,6 +35,9 @@ jobs:
35
gpg_private_key: ${{ secrets.GPG_TEST_PRIV_KEY }}
36
passphrase: ${{ secrets.GPG_TEST_PASSPHRASE }}
37
38
+ - name: Download dependencies
39
+ run: mvn --batch-mode dependency:go-offline
40
+
41
- name: Build
42
run: mvn --batch-mode clean compile
43
0 commit comments