We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f5e7b commit b68d5e7Copy full SHA for b68d5e7
2 files changed
.github/workflows/java-ea-maven.yml
@@ -33,11 +33,7 @@ jobs:
33
java-version: ${{ matrix.java }}
34
35
- name: Pre-download dependencies with Maven
36
- uses: nick-fields/retry@v3
37
- with:
38
- command: mvn -U dependency:go-offline
39
- max_attempts: 3
40
- timeout_minutes: 5
+ run: mvn -U dependency:go-offline
41
42
- name: Build and (headless) test with Maven (Linux)
43
if: ${{ runner.os == 'Linux' }}
.github/workflows/java8-maven.yml
@@ -32,11 +32,7 @@ jobs:
32
cache: 'maven'
0 commit comments