Skip to content

Commit fb46392

Browse files
Merge pull request #1055 from puniverse/master
close #1054
2 parents ccac9e7 + f5d8f21 commit fb46392

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,10 +32,12 @@ 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
}
4143

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)