Skip to content

Commit 789fa22

Browse files
Added missing arguments for v3 of actions/setup-java.
1 parent a5f6282 commit 789fa22

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
- name: Set up JDK 1.8
1313
uses: actions/setup-java@v3
1414
with:
15-
java-version: 1.8
15+
java-version: 8
16+
distribution: 'zulu'
17+
cache: 'maven'
1618
- name: Maven Download all dependencies
1719
run: mvn -B org.apache.maven.plugins:maven-dependency-plugin:3.1.1:go-offline
1820
- name: Maven Build

0 commit comments

Comments
 (0)