-
Notifications
You must be signed in to change notification settings - Fork 534
Wip add modulename √ #412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The head ref may contain hidden characters: "wip-add-modulename-\u221A"
Wip add modulename √ #412
Conversation
58d32da
to
5706b82
Compare
@@ -6,8 +6,21 @@ dependencies { | |||
testCompile project(':reactive-streams-tck') | |||
testCompile group: 'org.testng', name: 'testng', version: '5.14.10' | |||
} | |||
|
|||
jar { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears twice.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akarnokd Nice catch, I've fixed that now :)
@kiiadi @reactive-streams/contributors Everyone OK with this? |
flow-adapters/build.gradle
Outdated
test.useTestNG() | ||
|
||
jar { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, but with different name?
flow-adapters/build.gradle
Outdated
attributes('Automatic-Module-Name': 'org.reactivestreams.flowbridge') | ||
} | ||
} | ||
|
||
javadoc { | ||
options.links("http://download.java.net/java/jdk9/docs/api") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This gives 404. The proper link is https://docs.oracle.com/javase/9/docs/api/
Checked the names, this looks good to go 👍 |
Merging! |
Including @kiiadi's commit here.