Format code

This commit is contained in:
2025-04-08 23:44:37 +03:00
parent e2a1c867fd
commit 8ab982b360
9 changed files with 54 additions and 62 deletions

View File

@@ -3,4 +3,8 @@ 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'
run = './gradlew build && ./gradlew jib --image=cr.yandex/crph26nr2d2ds65t2m7b/memes-tv:0.0.1-SNAPSHOT'
[tasks.fmt]
description = 'Fourmat source code'
run = './gradlew :spotlessApply'