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 60a26ad commit 26fd5a4Copy full SHA for 26fd5a4
src/main/groovy/com/lookout/jruby/JRubyPlugin.groovy
@@ -50,7 +50,10 @@ class JRubyPlugin implements Plugin<Project> {
50
jrubyEmbeds group: 'com.lookout', name: 'warbler-bootstrap', version: '1.+'
51
}
52
53
- // In order to update the testing cycle we need to tell
+ // In order to update the testing cycle we need to tell unit tests where to
54
+ // find GEMs. We are assuming that if someone includes this plugin, that they
55
+ // will be writing tests that includes jruby and that they might need some
56
+ // GEMs as part of the tests.
57
project.tasks.test {
58
environment GEM_HOME : project.extensions.getByName('jruby').gemInstallDir
59
dependsOn 'jrubyPrepareGems'
0 commit comments