mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 06:56:42 +00:00
15 lines
299 B
TOML
15 lines
299 B
TOML
[tools]
|
|
java = "temurin-21"
|
|
|
|
[tasks.release]
|
|
description = 'Build and push docker image'
|
|
run = [
|
|
'./gradlew build',
|
|
'docker build -t memevizor:latest',
|
|
'docker pussh memevizor:latest apps0.pischule.com'
|
|
]
|
|
|
|
[tasks.fmt]
|
|
description = 'Fourmat source code'
|
|
run = './gradlew :spotlessApply'
|