happy-kitchen-89482
05/29/2024, 9:02 PM$ pants test src/python/pants/backend/java/compile/javac_test.py
...
E ValueError: Failed to locate Java for JDK `adopt:1.12`:
E JVM adopt:1.12 not found in index: JVM adopt not found
E /bin/bash: /bin/java: No such file or directoryhappy-kitchen-89482
05/29/2024, 9:02 PMhappy-kitchen-89482
05/29/2024, 9:02 PMhappy-kitchen-89482
05/29/2024, 9:03 PMadopt:1.12 doesn't exist?happy-kitchen-89482
05/29/2024, 9:04 PMcoursier java --available (and in fact I see no adopt:* or `*:1.12*)happy-kitchen-89482
05/29/2024, 10:25 PMcs as the entry point. My ignorance on full display here, but will keep digging.happy-kitchen-89482
05/29/2024, 10:36 PMhappy-kitchen-89482
05/29/2024, 10:36 PMhappy-kitchen-89482
05/29/2024, 10:37 PM$ curl -sL <https://raw.githubusercontent.com/coursier/jvm-index/master/indices/darwin-amd64.json> | grep '"jdk@adopt"'
"jdk@adopt": {
$ curl -sL <https://raw.githubusercontent.com/coursier/jvm-index/master/indices/linux-arm64.json> | grep '"jdk@adopt"'
"jdk@adopt": {
$ curl -sL <https://raw.githubusercontent.com/coursier/jvm-index/master/indices/linux-amd64.json> | grep '"jdk@adopt"'
"jdk@adopt": {
$ curl -sL <https://raw.githubusercontent.com/coursier/jvm-index/master/indices/darwin-arm64.json> | grep '"jdk@adopt"'
$happy-kitchen-89482
05/29/2024, 11:44 PM