Skip to content

Commit 162e6b5

Browse files
committed
Changing the Automatic-Module-Name of the api to org.reactivestreams
1 parent a4c2288 commit 162e6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ description = "reactive-streams"
22

33
jar {
44
manifest {
5-
attributes('Automatic-Module-Name': 'org.reactivestreams.api')
5+
attributes('Automatic-Module-Name': 'org.reactivestreams')
66
}
77
}

0 commit comments

Comments
 (0)