intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Gradle plugin for building plugins for IntelliJ-based IDEs
# Pull Request Details The change reverts the accidental pushing of project resources to the end of the classpath in the test task context. See `IntelliJPlugin.kt:1153` in this commit: -...
**Describe the bug** When trying to test findUsages or inspections I get `Template not found: PHP Getter Method` error. This happens even if nothing from the custom plugin is registered...
**Describe the bug** In a multi-module Gradle project, I'm sharing test classes with sub-modules: ``` // in a sub-module dependencies { testImplementation(project(":", "testOutput")) } ``` `testOutput` is declared like this:...
**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. ```...
**Describe the bug** The Test tasks have their build cache disabled when ran: ``` The task was not up-to-date because of the following reasons: | -- | -- Output property...
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.1.0 to 2.1.1. Release notes Sourced from gradle/wrapper-validation-action's releases. v2.1.1 Changelog [FIX] Add hardcoded checksum for Gradle 7.6.4 Full Changelog: https://github.com/gradle/wrapper-validation-action/compare/v2...v2.1.1 Commits 699bb18 Build outputs 69d55fa Update...
**Is your feature request related to a problem? Please describe.** Nowadays, it is very common to add repositories project-wide rather than in every module or other way: ```kotlin dependencyResolutionManagement {...
### What happened? Github Action -> publishPlugin task fails: https://github.com/Drjacky/Avocado/actions/runs/7709858760/job/21011916928 latest try: https://github.com/Drjacky/Avocado/actions/runs/7709858760/job/21017535162 ### Relevant log output or stack trace ```shell > Task :jarSearchableOptions FROM-CACHE > Task :buildPlugin FAILURE: Build...
### What happened? if 'vendor = JvmVendorSpec.JETBRAINS' is configured for java toolchain or kotlin toolchain and launching Idea 2022.3.3 with runIde there is a jcef error I understand that runIde...