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

### What happened? The `build.gradle.kts` where this bug is experienced is here: https://github.com/redhat-developer/intellij-common/blob/main/build.gradle.kts#L1 I have a library for IDEA plugins. When launching the gradle task`publishToLocalMaven` I get the following error:...

bug

Bumps [io.undertow:undertow-core](https://github.com/undertow-io/undertow) from 2.3.17.Final to 2.3.18.Final. Commits ac41e6e Prepare 2.3.18.Final bde7c0a Merge pull request #1684 from baranowb/UNDERTOW-2333_2.3.x 6d446ff [UNDERTOW-2333] Add websocket timeout testcase 566df6d [UNDERTOW-2333] introduce WebSocket IO specific timeouts...

dependencies
java

# Pull Request Details Fixed #1799 by creating a separate intellijPlatformComposedJarApi (extends api & compileOnlyApi) configuration with JAVA_API usage attribute value. Also replaced java plugin by java-library plugin, because it...

### What happened? After migration from 1.x to 2.x version tests always are failed ### Relevant log output or stack trace ``` ./gradlew clean runIdeForUiTests --stacktrace -Dprofile=test -DpluginVersion=2.1.0 & ./gradlew...

bug
feedback required

# Pull Request Details See #1791 As usual, it also includes #1792 because master is broken. The tests will fail on OSX, see why in #1792 ## Description See #1791...

### What happened? When I add Database plugin (`com.intellij.database`) as a dependency, I expect that intellij-platform plugin will load all necessary required dependencies automatically in test to load the plugin....

bug

# Pull Request Details I recommend to review this PR not by commits, but all of them together, because in the last few commits I have reverted a lot of...

### What happened? This test compiles, but does not run: https://github.com/jansorg/2024.3-godep-demo/blob/main/src/test/kotlin/dev/ja/godepdemo/godepdemo/GoFileTypeActionTest.kt `GoFileType` is available at compile time, but is not available at runtime. With 2024.2, the test is passing. It's...

bug

### What happened? Gradle's `java-library` plugin is more suitable for IntelliJ plugin development than regular `java`. I think it must be supported, since it a basic Gradle feature. See: -...

bug

Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.0 to 26.0.1. Release notes Sourced from org.jetbrains:annotations's releases. 26.0.1 Fixed sources.jar build (regression after 25.0.0) Changelog Sourced from org.jetbrains:annotations's changelog. Version 26.0.1 Fixed sources.jar build (regression...

dependencies
java