n3o59hf
task runMain(dependsOn: [classes], type: JavaExec) { classpath = sourceSets.main.runtimeClasspath main = "my.package.Main" }