Skip to content

Commit

Permalink
2.x: Fix Flowable.window(Publisher|Callable) upstream handling (#5888)
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd authored Mar 4, 2018
1 parent 855153e commit 9f2c435
Show file tree
Hide file tree
Showing 4 changed files with 990 additions and 336 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def mockitoVersion = "2.1.0"
def jmhLibVersion = "1.19"
def testNgVersion = "6.11"
def guavaVersion = "24.0-jre"
def jacocoVersion = "0.8.0"
// --------------------------------------

repositories {
Expand Down Expand Up @@ -257,7 +258,7 @@ task testng(type: Test) {
check.dependsOn testng

jacoco {
toolVersion = "0.7.9" // See http://www.eclemma.org/jacoco/.
toolVersion = jacocoVersion // See http://www.eclemma.org/jacoco/.
}

task GCandMem(dependsOn: "check") doLast {
Expand Down
Loading

0 comments on commit 9f2c435

Please sign in to comment.