6 lines
195 B
Groovy
6 lines
195 B
Groovy
task runGolden(type: JavaExec) {
|
|
mainClass = "click.kamil.springstatemachineexporter.GoldenUpdater"
|
|
classpath = sourceSets.test.runtimeClasspath
|
|
workingDir = rootProject.projectDir
|
|
}
|