Skip to content

Commit 75d9408

Browse files
committed
Changing the Automatic-Module-Name of the api to org.reactivestreams
1 parent 26b086b commit 75d9408

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)