From 309016491fc67762cfd71928ba1afcdac91bf0f5 Mon Sep 17 00:00:00 2001 From: Jake Pusateri Date: Fri, 28 Aug 2026 22:00:06 -0400 Subject: [PATCH] Add mise config to pin Java 17 Lets anyone with mise installed auto-provision the correct JDK (mise install) so the project builds without a full WPILib/VS Code installer. --- .mise.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .mise.toml diff --git a/.mise.toml b/.mise.toml new file mode 100644 index 0000000..3926661 --- /dev/null +++ b/.mise.toml @@ -0,0 +1,2 @@ +[tools] +java = "temurin-17" \ No newline at end of file