Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created April 18, 2019 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/5afdef25d2b48dbc0cb4d818f0a4984b to your computer and use it in GitHub Desktop.
Save recursivecodes/5afdef25d2b48dbc0cb4d818f0a4984b to your computer and use it in GitHub Desktop.
task myRun(type: JavaExec){
classpath sourceSets.main.runtimeClasspath
main = mainClassName
systemProperties = System.properties
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment