Skip to content

Commit

Permalink
Fix java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored Apr 7, 2021
1 parent c5ea631 commit d243f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 1.11
java-version: '11.0.10+9'
- name: Generate Javadoc
run: ./gradlew javadoc
- name: Push changes
Expand All @@ -38,7 +38,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 1.11
java-version: '11.0.10+9'
- name: Generate Jars
run: ./gradlew build
- name: Zip files
Expand Down

0 comments on commit d243f75

Please sign in to comment.