We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9716f commit 76e6aadCopy full SHA for 76e6aad
.gitignore
@@ -14,4 +14,4 @@ debug/
14
jpackage/cert/*.pfx
15
.flatpak-builder/
16
build-dir/
17
-.env/
+.env
.mise.toml
@@ -1,7 +1,10 @@
1
[env]
2
_.file = '.env'
3
+MC_CONFIG_DIR = "{{ [config_root, '.mc'] | join_path }}"
4
+
5
6
[tools]
7
# specify single or multiple versions
8
java = "temurin-17.0.8"
9
maven= "3.9.6"
10
+mc= "2024-10-29T15-34-59Z"
0 commit comments