I have the following Gradle task
task bootup(type: JavaExec) { dependsOn build classpath = sourceSets.main.runtimeClasspath main = \'org.example.ServerLaunc