loud-nightfall-4213
05/21/2024, 11:14 PMString multiLine =
"""
My multi-line string!
"""
When running pants fmt src::
the formatter complains (we’re using [jvm].jdk=temurin:1.17
)loud-nightfall-4213
05/22/2024, 3:49 PMpants fmt src/jvm::
what’s logged to the console is:
08:48:26.44 [INFO] pantsd started
08:48:27.69 [INFO] Initializing scheduler...
08:48:29.42 [INFO] Scheduler initialized.
⠠ 1.25s Ensure download of JDK --jvm=temurin:1.11.
even though I’ve set [jvm].jdk=temurin:1.17
. When I compile. it’s not an issue and the override is 1.17
. Am I missing a config setting for the formatter?careful-address-89803
05/22/2024, 10:18 PM[jvm].tool_jdk
too?big-carpet-880
05/22/2024, 10:29 PMcareful-address-89803
05/22/2024, 10:53 PMloud-nightfall-4213
05/22/2024, 11:10 PM[jvm].jdk
would apply to cmds also, not just buildloud-nightfall-4213
05/22/2024, 11:12 PMcareful-address-89803
05/23/2024, 12:11 AM