updated for functions

This commit is contained in:
2026-06-07 09:25:22 +02:00
parent 3c70d75d92
commit b268639074
15 changed files with 524 additions and 89 deletions

View File

@@ -1,10 +1,15 @@
plugins {
id 'java'
id 'application'
}
group = 'click.kamil.springstatemachineexporter'
version = '0.0.1-SNAPSHOT'
application {
mainClass = 'click.kamil.springstatemachineexporter.Main'
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(21)