Skip to content

Commit

Permalink
readthedocs: use asdf to provide java for building wheel (#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 authored Nov 15, 2023
1 parent 1dd1b03 commit de068e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ 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

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

0 comments on commit de068e5

Please sign in to comment.