Hi everyone,
Finally managed to make it work w gradle. Below relevant snippet from the
build file:
repositories {
mavenCentral()
maven{
url
"https://nexus.magnolia-cms.com/content/repositories/magnolia.public.releases/"
}
maven{
url "http://maven.vaadin.com/vaadin-addons"
}
maven{
url "https://nexus.magnolia-cms.com/content/groups/public/"
}
}
dependencies {
compile group: 'commons-collections', name: 'commons-collections', version:
'3.2'
compile group: 'info.magnolia', name: 'magnolia-core', version: '5.5'
compile group: 'info.magnolia.blossom', name: 'magnolia-module-blossom',
version: '3.1.3'
testCompile group: 'junit', name: 'junit', version: '4.+'
}
2 questions I still have for you:
1) Couldn't find the above vaadin addon on the magnolia cms. Could you
provide a link to it? I used a different repository to make it work.
2) I got a recommendation to document these findings as you can see here
(bottom of page). Is it okay for you if I do this? (Would you mind reviewing it
once it's finished?)
Thank you all!
Best Regards,
Razvan
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=92166067-2d4b-4cfa-8d22-7c4ea6c4f98b
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------