You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
Add a publishing task in the top level gradle file that allows for publishing
to the local maven repository.
Modifications:
- When `./gradlew publishToMavenLocal` is invoked we should publish to the local
maven repo for: reactive-streams, reactive-stream-tck,
reactive-streams-tck-flow, and reactive-streams-examples
Result:
`./gradlew publishToMavenLocal` publishes artifacts to the local maven
repository.
Fixes#456
0 commit comments