How do you install griffon version 2.5? If I run
sdk list griffon
it shows me version 1.5 as latest version.
How do you install griffon version 2.5? If I run
sdk list griffon
it shows me version 1.5 as latest version.
Copyright © 2021 Jogjafile Inc.
Griffon 2.x is not available as an
sdkcandidate because it no longer has a command line of its own. You either usegradleormavento build Griffon 2.x projects. You have the option to initialize a project usinglazyboneshowever that's not a hard requirement, you can create the project from scratch if you like.Be warned that IntelliJ has a Griffon plugin. This plugin does not work with Griffon 2.x (http://griffon-framework.org/tutorials/1_getting_started.html#_tutorial_1_4) and its usage is discouraged.
AFAIK there's no
lazybonessupport in IntelliJ for project creation.