How to run atlas-create-jira-plugin-module command?

Ahmed Bilal October 9, 2015

When i run this command atlas-create-jira-plugin-module following error appears.

[ERROR] Failed to execute goal com.atlassian.maven.plugins:maven-jira-plugin:5.1.18:create-plugin-module (default-cli) on project bilalfields:

Execution default-cli of goal com.atlassian.maven.plugins:maven-jira-plugin:5.1.18:create-plugin-module failed: \

An API incompatibility was encountered while executing com.atlassian.maven.plugins:maven-jira-plugin:5.1.18:create-plugin-module:

java.lang.UnsupportedClassVersionError: com/atlassian/jira/workflow/JiraWorkflow : Unsupportedmajor.minor version 52.0

Thanks!

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

4 votes
Answer accepted
Volodymyr Krupach
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 9, 2015

> Unsupportedmajor.minor version 52.0

Indicates that you try run code compiled with java 8 (52.0 = 8) under older java (probably 7).

Please switch your jdk to 8. Googling for "Unsupportedmajor.minor version 52.0" will give you plenty answers.

TAGS
AUG Leaders

Atlassian Community Events