Skip to content

Commit 308a77e

Browse files
committed
Reverted an accidental doFirst that was added to jrubyCacheJars
1 parent 0a75871 commit 308a77e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ class JRubyPlugin implements Plugin<Project> {
8080
group 'JRuby'
8181
description 'Cache .jar-based dependencies into .jarcache/'
8282

83-
doFirst {
84-
dependencies {
85-
jrubyWar group: 'org.jruby', name: 'jruby-complete', version: project.jruby.defaultVersion
86-
}
87-
}
88-
8983
from project.configurations.jrubyWar
9084
into ".jarcache"
9185
include '**/*.jar'

0 commit comments

Comments
 (0)