We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f1254 commit 712411fCopy full SHA for 712411f
build.gradle
@@ -39,10 +39,10 @@ subprojects {
39
40
jar {
41
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"
+ instructionReplace "Bundle-Vendor", "Reactive Streams SIG"
+ instructionReplace "Bundle-Description", "Reactive Streams API"
+ instructionReplace "Bundle-DocURL", "http://reactive-streams.org"
+ instructionReplace "Bundle-Version", "1.0.0"
46
}
47
48
0 commit comments