mockito / shipkit

Toolkit for shipping it used by Mockito library
http://shipkit.org
MIT License
158 stars 35 forks source link

Fix publishJavadoc configuration, add Javadoc plugin documentation #800

Closed mstachniuk closed 5 years ago

mstachniuk commented 5 years ago

For now only:

apply plugin: "org.shipkit.javadoc"

is not enough to release Javadoc. Additional releaseJavadoc task needs to specyfied in .travis.yml. This PR solve this inconvenience by adding the dependency: performRelease depends on releaseJavadoc.

mstachniuk commented 5 years ago

To make this PR green https://github.com/mockito/shipkit/pull/801 needs to be merged first. Please review

mockitoguy commented 5 years ago

To make this PR green #801 needs to be merged first. Please review

You should be good now, right?

mstachniuk commented 5 years ago

I will check...

mstachniuk commented 5 years ago

Yet another thing needs to merged first to make a build green: https://github.com/mockito/shipkit/pull/803 Sorry for that but dogfooding is very hard to imagine.

mstachniuk commented 5 years ago