Skip to content

Commit 2452674

Browse files
authored
Update docs.yml
1 parent 1f25d6d commit 2452674

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- name: Set up JDK 1.11
2121
uses: actions/setup-java@v2
2222
with:
23-
java-version: 1.11
23+
distribution: 'adopt'
24+
java-version: '11'
2425

2526
- name: Build docs with Maven
2627
run: mvn javadoc:javadoc

0 commit comments

Comments
 (0)