mockito / shipkit

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

New plugin for shipping Javadoc to GitHub repo #795

Closed mstachniuk closed 5 years ago

mstachniuk commented 5 years ago

New plugin that enables the project to ship Javadoc to specific GitHub repo. This way, one can leverage GitHub pages for the presenting the docs to the users.

Fixes #233

mockitoguy commented 5 years ago

Reviewing...

mstachniuk commented 5 years ago

@mockitoguy please rereview For now, if you like to ship Javadoc, you need to add apply plugin: "org.shipkit.javadoc" in your build.gradle. It's disabled if you apply only org.shipkit.java plugin.

mockitoguy commented 5 years ago

@mstachniuk, can you enable this in the example project and in the shipkit project itself?

THANK YOU!!!

mstachniuk commented 5 years ago

Sure. I will do it in one week. ✌️

sob., 16 mar 2019, 05:27: Szczepan Faber notifications@github.com napisał(a):

@mstachniuk https://github.com/mstachniuk, can you enable this in the example project and in the shipkit project itself?

THANK YOU!!!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mockito/shipkit/pull/795#issuecomment-473498356, or mute the thread https://github.com/notifications/unsubscribe-auth/AAvNyltoOrE-LWU5E35dMkY0raZLtBKHks5vXHLGgaJpZM4bps0o .

mockitoguy commented 5 years ago

Awesome!