Skip to content

Commit d85680b

Browse files
committed
Removed dead code from JRubyExec
1 parent 8440a30 commit d85680b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/main/groovy/com/lookout/jruby/JRubyExec.groovy

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,6 @@ class JRubyExec extends JavaExec {
3535
}
3636
}
3737

38-
// static ExecResult projectJRubyExec(Project project,Closure cl) {
39-
//
40-
// // Use cl
41-
// // Put gems somewhere
42-
//
43-
// project.javaexec {
44-
// main 'org.jruby.Main'
45-
// classpath // jruby.execVersion
46-
// args
47-
// environment
48-
// }
49-
// }
5038
/** Script to execute.
5139
*
5240
*/

0 commit comments

Comments
 (0)