Skip to content

Commit 6d6e660

Browse files
authored
Update build.yml
1 parent 2452674 commit 6d6e660

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: Set up JDK 1.11
1818
uses: actions/setup-java@v2
1919
with:
20-
java-version: 1.11
20+
distribution: 'adopt'
21+
java-version: '11'
2122

2223
- name: Build with Maven
2324
run: mvn -B package -Pcoverage

0 commit comments

Comments
 (0)