You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Kirk Lund <kl...@pivotal.io> on 2016/09/15 18:03:06 UTC

Targeting gradle javadoc cleans and recompiles our java code

I'm trying to execute javadoc and only javadoc.

But when I attempt to do so by invoking this...

./gradlew geode-core:javadoc

...our gradle deletes the geode-core/build directory, recompiles java, and
other tasks before finally executing javadoc.

Why is it doing this? Can't we change our gradle build to behave as
expected?

Thanks,
Kirk