mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 06:56:42 +00:00
10 lines
274 B
TOML
10 lines
274 B
TOML
[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' |