Skip to content

Commit f05af40

Browse files
committed
fix: uncomment args inside build.gradle
1 parent 6d302b0 commit f05af40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ task execute (type:JavaExec) {
3333
main = System.getProperty("mainClass")
3434
classpath = sourceSets.main.runtimeClasspath
3535
systemProperties System.getProperties()
36-
//args System.getProperty("exec.args").split()
36+
args System.getProperty("exec.args").split()
3737
}
3838

0 commit comments

Comments
 (0)