mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 06:56:42 +00:00
7 lines
110 B
TOML
7 lines
110 B
TOML
[tools]
|
|
java = "temurin-21"
|
|
|
|
[tasks.fmt]
|
|
description = 'Fourmat source code'
|
|
run = './gradlew :spotlessApply'
|