fqn names of events and states

This commit is contained in:
2026-06-18 22:00:44 +02:00
parent 0c9e8de310
commit 5894303510
38 changed files with 1122 additions and 286 deletions

4
run_golden.gradle Normal file
View File

@@ -0,0 +1,4 @@
task runGolden(type: JavaExec) {
mainClass = "click.kamil.springstatemachineexporter.GoldenUpdater"
classpath = sourceSets.test.runtimeClasspath
}