From 3b8c9c18ae9fe875c6318cc142dafef87dc0dcd8 Mon Sep 17 00:00:00 2001 From: nameless-mc Date: Wed, 12 Nov 2025 13:50:48 +0900 Subject: [PATCH 1/3] chore: setup mise --- .mise.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .mise.toml diff --git a/.mise.toml b/.mise.toml new file mode 100644 index 0000000..b091c0d --- /dev/null +++ b/.mise.toml @@ -0,0 +1,5 @@ +[env] +# JAVA_HOME は mise が自動設定 + +[tools] +java = 'corretto-17' From aec1ca8158ea751c1964df2728573247f5b35b75 Mon Sep 17 00:00:00 2001 From: nameless-mc Date: Wed, 12 Nov 2025 13:54:47 +0900 Subject: [PATCH 2/3] chore: ignore mise.local --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1f93dfc..f3814e3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ build .idea + +.mise.toml.local From 3f7aaaa0e04d6b72018b36bcaeb6eb61d10b574c Mon Sep 17 00:00:00 2001 From: nameless-mc Date: Thu, 13 Nov 2025 10:43:49 +0900 Subject: [PATCH 3/3] chore: change java version to 8 --- .mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mise.toml b/.mise.toml index b091c0d..40a6bf0 100644 --- a/.mise.toml +++ b/.mise.toml @@ -2,4 +2,4 @@ # JAVA_HOME は mise が自動設定 [tools] -java = 'corretto-17' +java = 'corretto-8'