Skip to content

Commit

Permalink
Fix Windows build error - input too long.
Browse files Browse the repository at this point in the history
  • Loading branch information
alespejznoch committed Jul 2, 2018
1 parent 854a1b9 commit 3d7c6bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,7 @@ distributions {

startScripts {
applicationName = 'parasim'
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
classpath = files('$APP_HOME/lib/*')
}
}

0 comments on commit 3d7c6bc

Please sign in to comment.