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
Hi Guys,
thanks for the plugin. I think it would be worth to add the option to skip the Javadoc creation if you don't want to push it to a repo.
I guess it would be as simple as:
Hi Guys,
thanks for the plugin. I think it would be worth to add the option to skip the Javadoc creation if you don't want to push it to a repo.
I guess it would be as simple as:
in gradle-mavenizer.gradle:
def publishJavaDoc= getBooleanProperty("mavPublishJavaDoc")
The text was updated successfully, but these errors were encountered: