intellij-platform-gradle-plugin icon indicating copy to clipboard operation
intellij-platform-gradle-plugin copied to clipboard

Gradle plugin for building plugins for IntelliJ-based IDEs

Results 269 intellij-platform-gradle-plugin issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** gradle-intellij-plugin has a number of util methods and classes that are all exposed as public. https://github.com/JetBrains/gradle-intellij-plugin/blob/41e090367cceb9b7623e31feb604bd6c382e9352/src/main/kotlin/org/jetbrains/intellij/utils.kt This means that when...

enhancement

**Describe the bug** When I run `VerifyPluginConfigurationTaskSpec` locally, the tests are very slow - each taking about 1 minute each. On investigation I found that every test is re-downloading the...

bug

**Is your feature request related to a problem? Please describe.** Currently the plugin does not fully utilise the Gradle plugin API, or follow best practices. * Kotlin DSL helpers are...

enhancement

**Describe the bug** I have tried to set up a fresh project, but I get an error. I suspect this is either a problem with buildSrc, or the plugin not...

bug

**Is your feature request related to a problem? Please describe.** We should prepare additional tests for running the Gradle IntelliJ Plugin against the nightly version of Gradle (currently 8.0). Gradle...

enhancement

The PR template says to use the code style https://github.com/JetBrains/gradle-intellij-plugin/blob/0e1bd547c1aede452ffb6e7af0cf53ea080038e2/.github/pull_request_template.md?plain=1#L41 However I'm not clear about which code style to use. I've tried using the Kotlin default style, but this caused...

enhancement
documentation

### What happened? When I try to add a custom task which implements `SandboxAware`, for example, ```kotlin tasks { val mergePluginJarTask by registering(MergePluginJarsTask::class) {} } ``` I get error message...

bug

Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 3.3.1 to 3.3.2. Release notes Sourced from gradle/wrapper-validation-action's releases. v3.3.2 [!IMPORTANT] As of v3 this action has been deprecated by gradle/actions/wrapper-validation. Any workflow that uses gradle/wrapper-validation-action@v3 will...

dependencies
github_actions

Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2024.1.1 to 2024.1.2. Release notes Sourced from JetBrains/qodana-action's releases. v2024.1.2 Changelog e185f83 :bug: Update artifact upload pattern 5faa8fe :bug: Fix dependency summary 2dbc410 :arrow_up: Update qodana to...

dependencies
github_actions

### What happened? I migrated a project to IntelliJ Platform Gradle Plugin 2.0 and specified `intellijIdeaUltimate("2024.1")` in build.gradle.kts and didn't change it. However, after a few hours of work, I...

bug
depends on Gradle