Skip to content

Commit 8cdf30f

Browse files
Update build.gradle
Commenting out rspec until until internal Netflix build system can handle ruby gems so that I can build and release 0.14.3
1 parent bd8bdbd commit 8cdf30f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

language-adaptors/rxjava-jruby/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ dependencies {
2828
rspec 'org.rubygems:rspec:2.14.1'
2929
}
3030

31+
/* // benjchristensen => commenting out until internal Netflix build system can handle ruby gems
3132
task(rspec, type: JavaExec) {
3233
main 'org.jruby.Main'
3334
classpath configurations.rspec + runtimeClasspath
3435
args 'classpath:bin/rspec', 'src/spec/ruby'
3536
}
3637
3738
tasks.build.dependsOn << 'rspec'
39+
*/
3840

3941
jar {
4042
manifest {

0 commit comments

Comments
 (0)