Skip to content

Commit 145a837

Browse files
authoredFeb 12, 2021
Update maven.yml
1 parent ec52938 commit 145a837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12-
- name: Set up JDK 1.8
12+
- name: Set up JDK 1.9
1313
uses: actions/setup-java@v1
1414
with:
15-
java-version: 1.8
15+
java-version: 1.9
1616
- name: Build with Maven
1717
run: mvn package --file pom.xml

0 commit comments

Comments
 (0)
Failed to load comments.