Skip to content

Commit f5d8f21

Browse files
committed
close #1054
1 parent 9ae36cf commit f5d8f21

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

rxjava-contrib/rxjava-quasar/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ jar {
3232
}
3333

3434
tasks.withType(Test) {
35+
// systemProperty 'co.paralleluniverse.fibers.verifyInstrumentation', 'true'
3536
jvmArgs "-javaagent:${configurations.quasar.iterator().next()}" // =vdmc (verbose, debug, allow monitors, check class)
3637
}
3738

3839
tasks.withType(JavaExec) {
40+
// systemProperty 'co.paralleluniverse.fibers.verifyInstrumentation', 'true'
3941
jvmArgs "-javaagent:${configurations.quasar.iterator().next()}" // =vdmc (verbose, debug, allow monitors, check class)
4042
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
rx.Observable.subscribe
2+
rx.Observable$2.call

0 commit comments

Comments
 (0)