Skip to content

Commit c84af61

Browse files
io7makarnokd
authored andcommitted
Add Export-Package declarations for OSGi headers (#6675)
This adds the necessary declarations to the Bnd plugin to export all non-internal packages for use in an OSGi environment. Affects: #6671
1 parent e6406b3 commit c84af61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ jar {
142142
'Import-Package': '!org.junit,!junit.framework,!org.mockito.*,!org.testng.*,*',
143143
'Bundle-DocURL': 'https://github.com/ReactiveX/RxJava',
144144
'Eclipse-ExtensibleAPI': 'true',
145-
'Automatic-Module-Name': 'io.reactivex.rxjava3'
145+
'Automatic-Module-Name': 'io.reactivex.rxjava3',
146+
'Export-Package': '!io.reactivex.rxjava3.internal.*, io.reactivex.rxjava3.*'
146147
)
147148
}
148149

0 commit comments

Comments
 (0)