intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Gradle plugin for building plugins for IntelliJ-based IDEs
`targetProductPart` property is added to `IntelliJPlatformExtension` and `SplitModeAware`. It controls in which part of the IDE the developed plugin is installed. To do that, `PrepareSandboxTask` generates a properties file which...
Platform module "com.intellij.modules.structuralsearch" is required for plugin "com.intellij.java". But "intellij.java.structuralSearch.jar" is located under "lib/modules". So "lib/modules" should be included into a classpath for test configuration.
### Describe the need of your request If you want to develop a plugin that should work in the frontend process (JetBrains Client), it'll be good to have a way...
**Describe the bug** A clear and concise description of what the bug is. Add the full stack trace if available. If possible, run the failing task with `--stacktrace` flag. I...
### What happened? Plugin is unable to find the correct Test Framework version for 2023.2 ### Relevant log output or stack trace ```shell org.gradle.api.GradleException: Cannot resolve the Test Framework version...
### What happened? Given the repo project attached below, the `verifyPlugin` task is broken after manually deleting the downloaded IDEs: ``` > Task :verifyPlugin FAILED Starting the IntelliJ Plugin Verifier...
### What happened? `gradle.properties`: ``` org.gradle.configuration-cache = true ``` Results in this when doing a `./gradlew build` (Gradle 8.7): ``` Calculating task graph as configuration cache cannot be reused because...
### What happened? In Groovy, the IntelliJPlatform block is not useable, it is in Kotlin. ### Relevant log output or stack trace ```shell UnsupportedNotationException: Cannot convert the provided notation to...
### What happened? ```groovy plugins { id("org.jetbrains.intellij.platform") version "2.0.0-beta1" } dependencies { intellijPlatform.pluginVerifier() // Workaround: Add "latest" as parameter } ``` ### Relevant log output or stack trace ```shell Caused...
### What happened? With this version of the Flutter Plugin for IJ, 78.5.1, https://plugins.jetbrains.com/plugin/9212-flutter/edit/versions/stable/515514, the supported IDE was indicated in the Gradle Kotlin files as IC: From MANIFEST.MF files: Build-SDK:...