Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Martin Hofmannsobik
Total activity
7
Last activity
April 28, 2020 18:35
Member since
February 25, 2020 15:35
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
April 28, 2020 18:35
Hi Chris, hi Daniil Ovchinnikov, the transitive dependency did solve the problem. The Groovy file is now recognized. Thank you very much. Regards, Martin
Community
IntelliJ IDEA Open API and Plugin Development
How can I write a test for a plugin editing Groovy files?
0 votes
Created
March 30, 2020 10:58
Hi Jakub, Groovy plugin is already defined: build.gradle.kts intellij { ... setPlugins("Groovy", "java") // Bundled plugin dependencies} plugin.xml <depends>com.intellij.modules.java</depends...
Community
IntelliJ IDEA Open API and Plugin Development
How can I write a test for a plugin editing Groovy files?
0 votes
Created
February 25, 2020 15:35
I ran into the same error. In my case the kotlin-dsl plugin caused the error as it adds many libraries to the classpath including gradle-api-<version>.jar plugins { `kotlin-dsl` idea id("o...
Community
IntelliJ IDEA Open API and Plugin Development
Plugint test under gradle leads to NoSuchMethodError: log4j.WriterAppender
0 votes