RedMadRobot/gradle-infrastructure

publish: Show clear error description in case publish plugin applied before other plugins

osipxd opened this issue · 0 comments

Publish plugin depends on other plugins. In case publish plugin applied before these plugins it will throw exception.

else -> {
logger.warn(
"""
Can not automatically configure publishing for the project ${project.name}.
Project type has not recognized.
""".trimIndent()
)
return
}

We should add hint about plugins order to the description.