Robert Konarskis
Robert Konarskis
I'm afraid Lint reports are not supported by the plugin as of now. You could try overriding Sonarqube's configuration as per this example though, until it's implemented in the plugin:...
Thanks for pointing out the issue, as well as investigating it. I am going to make a release with updated dependencies, it should fix your issue.
Hi, Thanks for your issue. I haven't tried running the plugin with Sonarqube 8.x yet. According to the official docs: https://docs.sonarqube.org/latest/requirements/requirements/, Sonarqube runners should run just fine on Java 8....
Thank you for pointing out the issue. I am looking into it.
@cesarsicas You can use the plugin on java modules as long as you don't specify `unitTestCoverage = true`. I am looking into how to support this functionality, in the meantime,...
@KatieBarnett thank you for finding this and opening an issue. This is top priority, I am going to investigate it asap. Should you find some more clues in the meantime,...
@KatieBarnett I have a possible fix in this branch: https://github.com/pinchbv/android-analyzer/tree/1.5.0-gradle-update Will test it tomorrow on the Canary AS and let you know.
@KatieBarnett I fixed the plugin to work with Gradle 4.0.0-alpha05 and 6.1-milestone-3. Since these have not yet been released, I won't release 1.5.0 yet. Please use the branch for now....
At the moment that's not possible. I'll investigate if that is feasible, and perhaps add it into 2.0.0 release, along with other larger features.
Great, thank you for the insight. I am planning to separate test and analysis tasks (currently analysis task will always run tests first). This would allow adding instrumentation test coverage...