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 bd8bdbd commit 8cdf30fCopy full SHA for 8cdf30f
language-adaptors/rxjava-jruby/build.gradle
@@ -28,13 +28,15 @@ dependencies {
28
rspec 'org.rubygems:rspec:2.14.1'
29
}
30
31
+/* // benjchristensen => commenting out until internal Netflix build system can handle ruby gems
32
task(rspec, type: JavaExec) {
33
main 'org.jruby.Main'
34
classpath configurations.rspec + runtimeClasspath
35
args 'classpath:bin/rspec', 'src/spec/ruby'
36
37
38
tasks.build.dependsOn << 'rspec'
39
+*/
40
41
jar {
42
manifest {
0 commit comments