Skip to content

Commit d9f7620

Browse files
committed
update classes path for findbugs
1 parent e5e5d97 commit d9f7620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/findbugs.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ variants.all { variant ->
1818
effort = "default"
1919
reportLevel = "medium"
2020

21-
classes = files("$project.buildDir/intermediates/classes/${variant.dirName}")
21+
classes = files("$project.buildDir/intermediates/javac/${variant.dirName}/compile${variant.dirName}JavaWithJavac/classes")
2222
excludeFilter = file("$rootProject.rootDir/findbugs-filter.xml")
2323
source = variant.javaCompile.source
2424
classpath = variant.javaCompile.classpath

0 commit comments

Comments
 (0)