intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Gradle plugin for building plugins for IntelliJ-based IDEs
Repositories in `dependencyResolutionManagement` = failed build [Build](https://github.com/turansky/yfiles-kotlin/actions/runs/1172675407) [Change](https://github.com/turansky/yfiles-kotlin/commit/b6c700cc1fbb4807749ecaac8c58615236af0f00) - `idea-plugin` folder
We've got a conflict between two plugins and it wasn't discovered in tests due to the other plugin wasn't loaded (more info: [RIDER-21655](https://youtrack.jetbrains.com/issue/RIDER-21655)). Loading all bundled plugins in tests could...
Plugins may add (runtime) dependencies clashing with current plugin's dependencies. https://intellij-support.jetbrains.com/hc/en-us/community/posts/360010195799-exclude-plugin-dependency
Presumably this would a large amount of work but, It'd be nice if we could automatically detect conflicts on libraries included with the idea SDK. For instance someone including `'org.apache.httcomponents:httpclient:4.01'`...
Since #497 was resolved in 0.7.3, all duplicate file names - independent of their target directory! - are renamed to `${originalName}_${++index}.${originalExtension}`. The renaming on the flattened file-hierarchy is AFAIK not...
I'm building a plugin that integrates automated program-repair into idea. However, it requires JDK 1.8, not only JRE 1.8. Is there a way to specify which runtime to use by...
`gradle-7.0.1-all.zip` consumes more space (in both network and disk), and it adds little value in CI (or command-line) environments. Please switch to `gradle-7.0.1-bin.zip`
Using the `org.jetbrains.intellij`, version 0.4.22, running on Java 8, we get a `NoSuchFieldError: Companion`. Running the `publishPlugin` task ```bash ./gradlew :intellij:com.teamscale.ide.intellij:publishPlugin -PdeployUsername=… -PdeployToken=… -PzipFile=… ``` with ```groovy publishPlugin { if...
At the moment it is possible to declare a dependency on a plugin. This makes available the plugin library at compile time and at runtime. To test the behaviour of...
Currently gradle-intellij-plugin adds testFramework*.jar artifacts from the IDE distribution to the dependencies. However these JARs are available as separate artifact in IntelliJ artifacts repository for some time already. So we...