Rename app to memevizor

This commit is contained in:
2025-06-09 00:10:49 +03:00
parent 2978bef380
commit 19468d7802
19 changed files with 26 additions and 26 deletions

View File

@@ -3,7 +3,7 @@ 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/memevizor:0.0.1-SNAPSHOT'
[tasks.fmt]
description = 'Fourmat source code'