Skip to content

Commit 66815b4

Browse files
vanniktechakarnokd
authored andcommitted
1.x: run Findbugs on main only (ReactiveX#4131)
1 parent ed92ba8 commit 66815b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ findbugs {
124124
toolVersion = '3.0.1'
125125
effort = 'max'
126126
reportLevel = 'low'
127+
sourceSets = [sourceSets.main]
127128
}
128129

129130
findbugsMain {

0 commit comments

Comments
 (0)