Skip to content

Commit d91f44a

Browse files
committed
use java 17 in action
1 parent 6be250f commit d91f44a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mvn-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up JDK 11
14+
- name: Set up JDK 17
1515
uses: actions/setup-java@v2
1616
with:
17-
java-version: '11'
17+
java-version: '17'
1818
distribution: 'adopt'
1919
cache: 'maven'
2020
- name: Build with Maven

0 commit comments

Comments
 (0)