Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] org.jetbrains.intellij.platform plugin can not download the source code of the plugin project dependencies #1863

Open
ClearPlume opened this issue Jan 14, 2025 · 1 comment
Labels

Comments

@ClearPlume
Copy link

ClearPlume commented Jan 14, 2025

What happened?

Through the 2.2.1 version of the org.jetbrains.intellij.platform plugin configured to rely on java, kotlin plugin plugin development projects, in the ide settings to enable the source code download, waiting for gradle to load the project is complete, found that the ide itself the source code downloaded successfully, but the source code of java and kotlin plugins were not downloaded successfully.

Source code of the ide itself and the source code of the java plugin

Source code of the ide itself and the source code of the kotlin plugin

A minimal reproduction project has been attached.

mre-plugin-sources-download.zip

Relevant log output or stack trace

No response

Steps to reproduce

  • Loading the project using gradle

  • View source for com.intellij.psi.formatter.common.AbstractBlock

  • View source for org.jetbrains.kotlin.idea.formatter.KotlinBlock

  • View source for com.intellij.psi.formatter.java.AbstractJavaBlock

Gradle IntelliJ Plugin version

2.2.1

Gradle version

8.10

Operating System

Windows

Link to build, i.e. failing GitHub Action job

No response

@ClearPlume ClearPlume added the bug label Jan 14, 2025
@PHPirates
Copy link

Related: #1750

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants