问题描述
我刚刚制作了我的第一个Griffon项目,使用。我为我的模板选择了 griffon-lanterna-groovy
,然后我删除了 pom.xml
和 maven /
,因为我将使用Gradle。然后我运行 gradle build test run
,一切看起来都不错。 (它运行,构建成功等)。
接下来,我在IntelliJ中打开了该项目,并以各种方式尝试了此操作。无论我做什么,IntelliJ都不承认这是一个Griffon项目。
我使用所有这些库的最新稳定版本,并且使用IntelliJ Idea Ultimate Edition。我对lazybones,Griffon和lanterna很感兴趣,所以我们都非常感谢。
Griffon 2.x应用程序定期的Gradle或Maven项目,您不需要需要特定的Griffon IDE插件。 IntelliJ附带一个只与Griffon 1.x项目兼容的Griffon插件。请勿使用此插件。
请参阅
I just made my first Griffon project, using lazybones. I chose griffon-lanterna-groovy
for my template, and I then removed pom.xml
and maven/
as I will be using Gradle. I then run gradle build test run
and everything looked good. (it ran, build succeeded, etc.)
Next, I opened the project in IntelliJ and I've tried this in a variety of ways. No matter what I do, it IntelliJ doesn't recognize that this is a Griffon project.
I am using the latest stable version of all these library's, and I'm using IntelliJ Idea Ultimate Edition. I'm to to lazybones, Griffon, and lanterna, so any help is appreciated.
Griffon 2.x applications are either regular Gradle or Maven projects, you do not need an specific Griffon IDE plugin. IntelliJ ships with a Griffon plugin that's only compatible with Griffon 1.x projects. Do not use this plugin.
Refer to http://griffon-framework.org/tutorials/1_getting_started.html#_tutorial_1_4
这篇关于IntelliJ Idea LanternaGriffon不承认Griffon项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!