mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 03:22:03 +00:00
Update classes path for spotbugs to pick up
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
b05b8d9387
commit
3c80197908
@ -338,7 +338,7 @@ tasks.withType(SpotBugsTask).configureEach { task ->
|
||||
dependsOn "compile${variantNameCap}Sources"
|
||||
|
||||
excludeFilter = file("${project.rootDir}/spotbugs-filter.xml")
|
||||
classes = fileTree("$project.buildDir/intermediates/javac/${variantName}/classes/")
|
||||
classes = fileTree("$project.buildDir/intermediates/javac/${variantName}/compile${variantNameCap}JavaWithJavac/classes/")
|
||||
reports {
|
||||
xml {
|
||||
required = true
|
||||
|
Loading…
Reference in New Issue
Block a user