Skip to content

Commit 182de28

Browse files
levajaakarnokd
authored andcommitted
Added Automatic-Module-Name instruction in build.gradle (#5644)
1 parent 3e11dc0 commit 182de28

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 @@ jar {
124124
instruction "Bundle-DocURL", "https://github.com/ReactiveX/RxJava"
125125
instruction "Import-Package", "!org.junit,!junit.framework,!org.mockito.*,!org.testng.*,*"
126126
instruction "Eclipse-ExtensibleAPI", "true"
127+
instruction "Automatic-Module-Name", "io.reactivex.rxjava2"
127128
}
128129
}
129130

0 commit comments

Comments
 (0)