intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Gradle plugin for building plugins for IntelliJ-based IDEs
### What happened? I opened the `com.intellij.openapi.application.ModalityState` class, and I asked to download intellij platform sources in order to see the `ModalityState.java` sources. I see progress bar saying it's downloading...
### What happened? Hello community! I've registered a DynamicPluginListener: The code is quite simple: class ZencoderDynamicPluginListener : DynamicPluginListener { private val logger = Logger.getInstance(ZencoderDynamicPluginListener::class.java) override fun beforePluginUnload(pluginDescriptor: IdeaPluginDescriptor, isUpdate: Boolean)...
ComposedJar task does not get run for submodules which are not using pluginModule dependency helper
### What happened? I have a plugin consisting of multiple gradle modues: - the main (parent) module - a sub-module The dependency from the parent module to the submodule is...
# Pull Request Details ## Description We don't need to always publish build scans on local devices. ## Related Issue ## How Has This Been Tested ## Types of changes...
Bumps [io.undertow:undertow-core](https://github.com/undertow-io/undertow) from 2.3.15.Final to 2.3.16.Final. Release notes Sourced from io.undertow:undertow-core's releases. v2.3.16.Final Release Notes - Undertow - Version 2.3.16.Final Commits fc0ab78 Prepare 2.3.16.Final 9d49c81 Merge pull request #1653 from...
Bumps `intellijStructure` from 3.284 to 3.285. Updates `org.jetbrains.intellij.plugins:structure-base` from 3.284 to 3.285 Commits See full diff in compare view Updates `org.jetbrains.intellij.plugins:structure-intellij` from 3.284 to 3.285 Commits See full diff in...
### What happened? Changing disabled plugins doesn't rebuild the config folder so the plugin stays enabled. ### Side question / request: Would it be possible to only alter the affected...
### What happened? when testing the use of the description field in intellijPlatform.pluginConfiguration. Instead of replacing the existing content within the tag in plugin.xml, the new content is appended to...
### What happened? Similar to https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/1620, The sandbox tasks created by `IntelliJPlatformTestingExtension` do not copy local project plugins correctly ### Relevant log output or stack trace _No response_ ### Steps...
# Pull Request Details ## Description Change `IntelliJPlatformArgumentProvider.coroutinesJavaAgentFile` to be a `@Classpath` instead of `@PathSensitive(RELATIVE)` to fix normalization. ## Related Issue #1554 ## Motivation and Context Timestamps are not ignored...