We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b086b commit 75d9408Copy full SHA for 75d9408
api/build.gradle
@@ -2,6 +2,6 @@ description = "reactive-streams"
2
3
jar {
4
manifest {
5
- attributes('Automatic-Module-Name': 'org.reactivestreams.api')
+ attributes('Automatic-Module-Name': 'org.reactivestreams')
6
}
7
0 commit comments