intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Gradle plugin for building plugins for IntelliJ-based IDEs
**Is your feature request related to a problem? Please describe.** Right now it is impossible to depend on a plugin that is available behind authorised plugin repository **Describe the solution...
**Describe the bug** I updated from 1.13.2 to 1.13.3. With the new version, the following error is shown for a `./gradlew clean build`, but I don't have defined any of...
**Describe the bug** After switching to Gradle IntelliJ Plugin Version 1.13.0, my project got "infected" by a bunch of classes and jars containing "instrumented code" and I am no longer...
**Describe the bug** Since bump to 1.13.3, some unit tests fail with following error `NoSuchMethodError: 'void org.yaml.snakeyaml.parser.ParserImpl.(org.yaml.snakeyaml.reader.StreamReader, org.yaml.snakeyaml.LoaderOptions)'`. ``` 'void org.yaml.snakeyaml.parser.ParserImpl.(org.yaml.snakeyaml.reader.StreamReader, org.yaml.snakeyaml.LoaderOptions)' java.lang.NoSuchMethodError: 'void org.yaml.snakeyaml.parser.ParserImpl.(org.yaml.snakeyaml.reader.StreamReader, org.yaml.snakeyaml.LoaderOptions)' at com.fasterxml.jackson.dataformat.yaml.YAMLParser.(YAMLParser.java:193) at com.fasterxml.jackson.dataformat.yaml.YAMLFactory._createParser(YAMLFactory.java:504)...
``` Execution failed for task ':runIde'. > Process 'command '/home/devstudio/.gradle/caches/modules-2/files-2.1/com.jetbrains/jbre/jbr_jcef-11_0_14_1-linux-x64-b1751.46/extracted/jbr/bin/java'' finished with non-zero exit value 1 * Try: > Run with --info or --debug option to get more log output....
**Is your feature request related to a problem? Please describe.** This plugin is currently only published to the Gradle plugin portal: https://plugins.gradle.org/plugin/org.jetbrains.intellij The portal uses JCenter, with mixed support/availability. **Describe...
**Describe the bug** Release 1.6.0 up to 1.10.0 fail to work with Gradle's `exclusiveContent` ([documentation](https://docs.gradle.org/current/userguide/declaring_repositories.html#declaring_content_exclusively_found_in_one_repository)). Version 1.5.3 works just fine. ``` 17:06:04: Executing 'setupDependencies --stacktrace'... > Task :setupDependencies FAILED 1...
**Describe the bug** I just started upgrading to 2022.3 and gradle-intellij-plugin 1.11.0 After upgrading the wrapper around gradle-intellij-plugin and then using it in my plugin build, I am running into...
**Describe the bug** My plugin A depends on a plugin B, which is available on the Marketplace. This works fine. Now I’m trying to modify B (add an EP inside...
**Is your feature request related to a problem? Please describe.** The plugin seems to have a non-deterministic order when it's utilizing the ideaIC dependencies. When I compare a gradle build...