From de068e5a7d2f7b674a73c4ce67c474e8c8a6db2c Mon Sep 17 00:00:00 2001 From: Jasha Sommer-Simpson <8935917+Jasha10@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:50:57 -0600 Subject: [PATCH] readthedocs: use asdf to provide java for building wheel (#1142) --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2eca45926..a547737d0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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: