Skip to content

Commit 60f281a

Browse files
authored
Suppress BND error about misplaced module-info.class
1 parent 37b389e commit 60f281a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ animalsniffer {
9292
}
9393

9494
jar {
95+
bnd('-fixupmessages': '^Classes found in the wrong directory: \\\\{META-INF/versions/9/module-info\\\\.class=module-info}$')
9596
bnd(
9697
"Bundle-Name": "rxjava",
9798
"Bundle-Vendor": "RxJava Contributors",

0 commit comments

Comments
 (0)