This commit is contained in:
2026-07-06 21:21:35 +02:00
parent 0a8f9720c9
commit 56588a835d
17 changed files with 599 additions and 384 deletions

View File

@@ -60,9 +60,3 @@ task runGolden(type: JavaExec) {
classpath = sourceSets.test.runtimeClasspath
workingDir = rootProject.projectDir
}
task runGoldenFixed(type: JavaExec) {
mainClass = "click.kamil.springstatemachineexporter.GoldenUpdater"
classpath = sourceSets.test.runtimeClasspath
workingDir = rootProject.projectDir
}