Skip to content

Commit 5706b82

Browse files
kiiadiviktorklang
authored andcommitted
Adding Automatic-Module-Name to MANIFEST so that it can be consumed by Java9 modularized applications.
1 parent 162e6b5 commit 5706b82

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
@@ -40,3 +40,4 @@ egetman | Evgeniy Getman, [email protected]
4040
patriknw | Patrik Nordwall, [email protected], Lightbend Inc
4141
angelsanz | Ángel Sanz, [email protected]
4242
shenghaiyang | 盛海洋, [email protected]
43+
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)