Skip to content

Commit

Permalink
readthedocs: install java via post_system_dependencies hook (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 committed Nov 15, 2023
1 parent de068e5 commit 0a0a6c6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ build:
os: ubuntu-22.04
tools:
python: "3.8"
commands:
- asdf plugin add java
- asdf install java latest:adoptopenjdk-11
- asdf global java latest:adoptopenjdk-11
jobs:
post_system_dependencies:
- asdf plugin add java
- asdf install java latest:adoptopenjdk-11
- asdf global java latest:adoptopenjdk-11

# Optionally set the version of Python and requirements required to build your docs
python:
Expand Down

0 comments on commit 0a0a6c6

Please sign in to comment.