Skip to content

Commit a780739

Browse files
committed
Fix Jacoc not calculating running time of lambda functions
1 parent 70bd24f commit a780739

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ allprojects {
2525
mavenCentral()
2626
jcenter()
2727
}
28+
jacoco {
29+
toolVersion = "0.7.5.201505241946"
30+
}
31+
2832

2933
dependencies {
3034
testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'

0 commit comments

Comments
 (0)