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
trafficstars

### What happened? JbrResolver resolved jbr 21 to vanilla jbr instead of jcef jbr. when developing plugins with intellij 2024.1 EAP the IDE is downloaded with non jcef jbr and...

bug

### 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 All the secrets(including PUBLISH_TOKEN) are provided! ![image](https://github.com/JetBrains/gradle-intellij-plugin/assets/2296754/fa30264d-3355-49ed-a9c7-a21e7909d59b) Related thread: https://github.com/JetBrains/gradle-intellij-plugin/issues/1513 ### Relevant log output or stack trace...

bug

### What happened? Start a 2024.1 EAP1 IDE with `runIde`, open a project (or simply an empty folder), then open the integrated terminal. The terminal toolwindow seems to load... then...

bug
feedback required

### Describe the need of your request For now, I can set the version in my build.gradle.kts: ``` intellij { version.set(...) } ``` -> I would need to do similar...

enhancement

### What happened? 1. Each time you click to run the plug-in, the first ftp connection is displayed. 522 SSL connection failed; session reuse required: see require_ssl_reuse option in vsftpd.conf...

bug
feedback required

### Describe the need of your request Unless there's something I haven't figured out by RTFMing [the instructions](https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#tasks-runpluginverifier-ideversions), we need to list ``` { "each", "and", "every", "specific", "IDE", "version",...

enhancement
feedback required

I use the template recommended: ``` verify: name: Verify plugin needs: [ build ] runs-on: ubuntu-latest steps: - name: Maximize Build Space uses: jlumbroso/free-disk-space@main with: tool-cache: false large-packages: false -...

feedback required

### What happened? Our corporate network blocks all connections to external hosts. Because of this, it is unable to build instrumented version of the plugin, because `cache-redirector.jetbrains.com` is hardcoded in...

bug

### What happened? ``` intellij { version.set("IU-233-EAP-SNAPSHOT") } ./gradlew runide ``` ### Relevant log output or stack trace ```shell > Task :runIde FAILED 2023-11-10T13:54:00.680+0800 [DEBUG] [org.gradle.internal.component.model.LoggingAttributeMatchingExplanationBuilder] Selected match com.jetbrains:jbre:jbr_jcef-17.0.9-osx-x64-b1087.3 from...

bug

### What happened? After switching to IDEA 2023.3, the platform's sources are not available, and ".class" files are opened instead. I also tried to create an empty plugin through "New...

depends on IDEA