diff options
author | Sebastian Baltes <Sebastian.Baltes@uni-bayreuth.de> | 2025-05-13 21:54:23 +0200 |
---|---|---|
committer | Sebastian Baltes <Sebastian.Baltes@uni-bayreuth.de> | 2025-05-13 21:54:23 +0200 |
commit | 1f715d85e17d2bf6c8d73df23e12252b993f74ff (patch) | |
tree | 3f430f6588e91c3e47793d7cd4f9957eb5bf4619 /mise.toml | |
parent | 21fc676c1b5a1d026e1489e9c8fabb80e652a50c (diff) | |
download | se25-assignment03-1f715d85e17d2bf6c8d73df23e12252b993f74ff.tar.gz se25-assignment03-1f715d85e17d2bf6c8d73df23e12252b993f74ff.zip |
Diffstat (limited to 'mise.toml')
-rw-r--r-- | mise.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..1bfc9b9 --- /dev/null +++ b/mise.toml @@ -0,0 +1,3 @@ +[tools] +java = 'temurin-21' +maven = '3.9' |