Skip to content

Commit

Permalink
Fixup bad gradle script
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan committed Sep 27, 2016
1 parent afa5a0f commit 75ab962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/build.gradle
Expand Up @@ -411,9 +411,9 @@ task inlinePartials {
errorOutput = System.err

if (org.gradle.internal.os.OperatingSystem.current().isWindows()) {
setExecutable = project.findProject(':tools').file("rails/bin/jruby.bat")
executable = project.findProject(':tools').file("rails/bin/jruby.bat")
} else {
setExecutable = project.findProject(':tools').file("rails/bin/jruby")
executable = project.findProject(':tools').file("rails/bin/jruby")
}

environment += [
Expand Down

0 comments on commit 75ab962

Please sign in to comment.