We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e5d97 commit d9f7620Copy full SHA for d9f7620
scripts/findbugs.gradle
@@ -18,7 +18,7 @@ variants.all { variant ->
18
effort = "default"
19
reportLevel = "medium"
20
21
- classes = files("$project.buildDir/intermediates/classes/${variant.dirName}")
+ classes = files("$project.buildDir/intermediates/javac/${variant.dirName}/compile${variant.dirName}JavaWithJavac/classes")
22
excludeFilter = file("$rootProject.rootDir/findbugs-filter.xml")
23
source = variant.javaCompile.source
24
classpath = variant.javaCompile.classpath
0 commit comments