Skip to content

Commit 58d32da

Browse files
kiiadiviktorklang
authored andcommitted
Adding Automatic-Module-Name to MANIFEST so that it can be consumed by Java9 modularized applications.
1 parent 75d9408 commit 58d32da

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CopyrightWaivers.txt

+1
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ akarnokd | David Karnok, [email protected]
3939
egetman | Evgeniy Getman, [email protected]
4040
patriknw | Patrik Nordwall, [email protected], Lightbend Inc
4141
angelsanz | Ángel Sanz, [email protected]
42+
kiiadi | Kyle Thomson, [email protected], Amazon.com

flow-adapters/build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jar {
1515

1616
test.useTestNG()
1717

18+
jar {
19+
manifest {
20+
attributes('Automatic-Module-Name': 'org.reactivestreams.flowbridge')
21+
}
22+
}
23+
1824
javadoc {
1925
options.links("http://download.java.net/java/jdk9/docs/api")
2026
}

0 commit comments

Comments
 (0)