Skip to content

Commit 7401ea5

Browse files
committed
ci: github build workflow fixed
1 parent 831caeb commit 7401ea5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/maven.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Set up JDK 1.8
12-
uses: actions/setup-java@v1
12+
uses: actions/setup-java@v2
1313
with:
14-
java-version: 1.8
14+
java-version: '21'
15+
distribution: 'adopt'
1516
- name: Build with Maven
1617
run: mvn clean package

0 commit comments

Comments
 (0)