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 66d5d1a commit e3acabfCopy full SHA for e3acabf
go
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
3
-java -jar third_party/jruby/jruby-complete.jar --1.9 -S rake $*
+java -jar third_party/jruby/jruby-complete.jar -S rake $*
go.bat
@@ -1,2 +1,2 @@
@echo off
-java -jar third_party\jruby\jruby-complete.jar --1.9 -S rake %*
+java -jar third_party\jruby\jruby-complete.jar -S rake %*
0 commit comments