ballerina-platform / plugin-gradle

Ballerina Gradle plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Print a useful error message when plugin does not publish to central

BuddhiWathsala opened this issue · comments

Description:
When there is a SNAPSHOT version or a timestamped version, then the implementation just returns without any acknowledgement to the user. Sometimes, this will be problematic when there are release failures. Better to add a useful print statement or a warning here.

Ideally, this should throw an exception, and mark the build as a failure.