Skip to content

Commit 712411f

Browse files
author
Stephane Maldini
committed
OSGI fix
1 parent 96f1254 commit 712411f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ subprojects {
3939

4040
jar {
4141
manifest {
42-
instruction "Bundle-Vendor", "Reactive Streams SIG"
43-
instruction "Bundle-Description", "Reactive Streams API"
44-
instruction "Bundle-DocURL", "http://reactive-streams.org"
45-
instruction "Bundle-Version", "1.0.0"
42+
instructionReplace "Bundle-Vendor", "Reactive Streams SIG"
43+
instructionReplace "Bundle-Description", "Reactive Streams API"
44+
instructionReplace "Bundle-DocURL", "http://reactive-streams.org"
45+
instructionReplace "Bundle-Version", "1.0.0"
4646
}
4747
}
4848

0 commit comments

Comments
 (0)