This commit is contained in:
2026-07-04 06:30:30 +02:00
parent 2717a01f13
commit 4d7cda56f5
7 changed files with 317 additions and 125 deletions

View File

@@ -58,6 +58,7 @@ tasks.named('test') {
task runGolden(type: JavaExec) {
mainClass = "click.kamil.springstatemachineexporter.GoldenUpdater"
classpath = sourceSets.test.runtimeClasspath
workingDir = rootProject.projectDir
}
task runGoldenFixed(type: JavaExec) {