Skip to content

Commit 1648dd1

Browse files
committed
Fixed #37 - Performance improvement in extracting GEMs
1 parent d7e4a99 commit 1648dd1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ class JRubyPrepareGems extends DefaultTask {
4747
@TaskAction
4848
void copy() {
4949
File jrubyJar = JRubyExecUtils.jrubyJar(project.configurations.getByName(JRubyExec.JRUBYEXEC_CONFIG))
50-
// getGems().each { File f ->
51-
// GemUtils.extractGem(project,jrubyJar,f,outputDir,GemUtils.OverwriteAction.SKIP)
52-
// }
5350
GemUtils.extractGems(project,jrubyJar,getGems(),outputDir,GemUtils.OverwriteAction.SKIP)
5451
}
5552

0 commit comments

Comments
 (0)