Test TelegramHelper

This commit is contained in:
2025-12-21 12:59:11 +03:00
parent 8291c72b0d
commit f6c90b071e
4 changed files with 105 additions and 0 deletions

View File

@@ -4,3 +4,7 @@ java = "temurin-21"
[tasks.fmt]
description = 'Fourmat source code'
run = './gradlew :spotlessApply'
[tasks.test]
description = 'Run tests'
run = './gradlew check'