Skip to content

Commit cb0fc9d

Browse files
Commenting out exclude until Scala build can be resolved
- this line causes rxjava-scala to fail building and I can't yet figure out why
1 parent a5f11a2 commit cb0fc9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rxjava-core/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jar {
4848
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
4949
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
5050
}
51-
exclude('**/*$UnitTest*')
51+
// commenting out for now as it's breaking the rxjava-scala build and I can't figure out why
52+
// exclude('**/*$UnitTest*')
5253
}
5354

0 commit comments

Comments
 (0)