Rename .mise.toml to mise.toml

This commit is contained in:
2025-05-29 14:31:52 +03:00
parent 039dc1279e
commit b096722510

10
mise.toml Normal file
View File

@@ -0,0 +1,10 @@
[tools]
java = "temurin-17"
[tasks.release]
description = 'Build and push docker image'
run = './gradlew build && ./gradlew jib --image=cr.yandex/crph26nr2d2ds65t2m7b/memes-tv:0.0.1-SNAPSHOT'
[tasks.fmt]
description = 'Fourmat source code'
run = './gradlew :spotlessApply'