diff options
author | Sebastian Baltes <Sebastian.Baltes@uni-bayreuth.de> | 2025-06-25 11:19:52 +0200 |
---|---|---|
committer | Sebastian Baltes <Sebastian.Baltes@uni-bayreuth.de> | 2025-06-25 11:28:25 +0200 |
commit | 93decd83a975100da2846c081efe3da8c24119f6 (patch) | |
tree | cb5d0c63dbbadfcd608d47dc7e77c8a65b482488 /mise.toml | |
download | se25-assignment08-93decd83a975100da2846c081efe3da8c24119f6.tar.gz se25-assignment08-93decd83a975100da2846c081efe3da8c24119f6.zip |
Add code for assignment 8
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' |