From 5d2e1851567367ca428c85493958730229b7b5ad Mon Sep 17 00:00:00 2001 From: Jasha <8935917+Jasha10@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:43:23 -0600 Subject: [PATCH] readthedocs: use asdf to provide java for building wheel --- .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: