We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99498b commit c5ea631Copy full SHA for c5ea631
1 file changed
.github/workflows/generate_javadoc.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Java 11
18
uses: actions/setup-java@v2
19
with:
20
- distribution: 'adobt'
+ distribution: 'adopt'
21
java-version: 1.11
22
- name: Generate Javadoc
23
run: ./gradlew javadoc
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
- name: Generate Jars
43
run: ./gradlew build
0 commit comments