Skip to content

Commit

Permalink
Merge pull request #1055 from puniverse/master
Browse files Browse the repository at this point in the history
close #1054
  • Loading branch information
benjchristensen committed Apr 21, 2014
2 parents ccac9e7 + f5d8f21 commit fb46392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rxjava-contrib/rxjava-quasar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ jar {
}

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

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
rx.Observable.subscribe
rx.Observable$2.call

0 comments on commit fb46392

Please sign in to comment.