Skip to content

Commit 76e6aad

Browse files
committed
Add minio client to tools
1 parent 9a9716f commit 76e6aad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ debug/
1414
jpackage/cert/*.pfx
1515
.flatpak-builder/
1616
build-dir/
17-
.env/
17+
.env

.mise.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[env]
22
_.file = '.env'
3+
MC_CONFIG_DIR = "{{ [config_root, '.mc'] | join_path }}"
4+
35

46
[tools]
57
# specify single or multiple versions
68
java = "temurin-17.0.8"
79
maven= "3.9.6"
10+
mc= "2024-10-29T15-34-59Z"

0 commit comments

Comments
 (0)