How to Send “CTRL+C” signal to Gradle JavaExec task type forked JVM?

后端 未结 0 536
北恋
北恋 2021-01-21 07:50

I have the following Gradle task

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


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题