We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d302b0 commit f05af40Copy full SHA for f05af40
build.gradle
@@ -33,6 +33,6 @@ task execute (type:JavaExec) {
33
main = System.getProperty("mainClass")
34
classpath = sourceSets.main.runtimeClasspath
35
systemProperties System.getProperties()
36
- //args System.getProperty("exec.args").split()
+ args System.getProperty("exec.args").split()
37
}
38
0 commit comments