We have built the JIRA plugin(Maven dependent ) and it is working fine.
But we want to convert our plugin from Maven to Gradle, I have converted using Gradle guidance and my Gradle build is success when I'm running using "atlas-run" I'm getting the below-mentioned error:
[ERROR] Failed to execute goal com.atlassian.maven.plugins:amps-dispatcher-maven-plugin:8.0.2:run (default-cli): Goal requires a project to execute but there is no POM in this directory (C:\). Please verify you invoked Maven from the correct directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
I want to know, can we build a JIRA plugin using Gradle?
Hi @navya k
We all want to switch to Gradle but AFAIK we do not have any chance to use any build tool but Maven.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.