Skip to content

Commit

Permalink
Commenting out exclude until Scala build can be resolved
Browse files Browse the repository at this point in the history
- this line causes rxjava-scala to fail building and I can't yet figure out why
  • Loading branch information
benjchristensen committed May 16, 2013
1 parent f3b6510 commit 45b2f4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rxjava-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jar {
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
}
exclude('**/*$UnitTest*')
// commenting out for now as it's breaking the rxjava-scala build and I can't figure out why
// exclude('**/*$UnitTest*')
}

0 comments on commit 45b2f4a

Please sign in to comment.