Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Installing Older Version of Atlas-SDK on OSX

Victor Sz April 19, 2017

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.

https://community.atlassian.com/t5/Bamboo-questions/Atlas-run-AnnotationAwareAspectJAutoProxyCreator-is-only/

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.

 

1 answer

1 accepted

1 vote
Answer accepted
edwin
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.
April 20, 2017

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

Screen Shot 2017-04-20 at 19.21.26.png

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events