Jared Burrows
Jared Burrows
Any update on this?
Can we get this added?
+1 I really wish I knew this plugin broke Jacoco before I started to use it :(.
@evant How difficult would that be? @BenjaminZaiser Check out this project: https://github.com/maurizi/Geoclock It looks like the following combinations work: The Repo: ``` classpath 'com.android.tools.build:gradle:1.3.0' classpath 'me.tatarka:gradle-retrolambda:3.2.0' ``` and mine: ```...
@evant I have tried the following versions: **Works:** ``` classpath 'me.tatarka:gradle-retrolambda:3.2.0' ``` **Fails to produce jacoco:** ``` classpath 'me.tatarka:gradle-retrolambda:3.2.1' classpath 'me.tatarka:gradle-retrolambda:3.2.4' classpath 'me.tatarka:gradle-retrolambda:3.3.0-beta3' ```
@evant @BenjaminZaiser Using: ``` classpath 'com.android.tools.build:gradle:1.5.0' classpath 'me.tatarka:gradle-retrolambda:3.2.4' // latest that is not in beta classpath 'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2' ``` and: ``` task jacocoTestReport(type: JacocoReport, dependsOn: "testDebugUnitTest") { group = "Reporting" description...
@BenjaminZaiser Yes. I exclude them out. What do you need help with?
@evant I think this can be closed now.
@BenjaminZaiser It is the not the best but it is very close.