I'm looking at doing some plugin development on an older version of Bamboo (5.6). As I found out in another post -- Bamboo 5.6 will NOT work with Java 1.8.
No problem, I installed Java 7 along side 8 on my Mac.
The issue that I'm encoutering now, is that the current version of the SDK explicitly seems to require Java 8.
[ERROR] API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: com/atlassian/maven/plugins/ampsdispatcher/AmpsDispatcherRunMojo : Unsupported major.minor version 52.0
So the question is how to I install an older version of the SDK that doesn't require 1.8?
Note that using *brew search* i've been unable to identify older versions to download and install.
Try running
brew tap atlassian/tap
brew search atlassian-plugin-sdk
brew install atlassian/tap/atlassian-plugin-sdk4 or
brew install atlassian/tap/atlassian-plugin-sdk5
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.