mirror of
https://github.com/pischule/memevizor.git
synced 2026-02-04 09:00:52 +00:00
11 lines
174 B
TOML
11 lines
174 B
TOML
[tools]
|
|
java = "temurin-21"
|
|
|
|
[tasks.fmt]
|
|
description = 'Fourmat source code'
|
|
run = './gradlew :spotlessApply'
|
|
|
|
[tasks.test]
|
|
description = 'Run tests'
|
|
run = './gradlew check'
|