Skip to content

Commit 3d7c6bc

Browse files
committed
Fix Windows build error - input too long.
1 parent 854a1b9 commit 3d7c6bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

application/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,7 @@ distributions {
6363

6464
startScripts {
6565
applicationName = 'parasim'
66+
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
67+
classpath = files('$APP_HOME/lib/*')
68+
}
6669
}

0 commit comments

Comments
 (0)