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

Automatically detect bundled sources in plugin dependency #786

Closed
artspb opened this issue Sep 20, 2021 · 3 comments · Fixed by #954
Closed

Automatically detect bundled sources in plugin dependency #786

artspb opened this issue Sep 20, 2021 · 3 comments · Fixed by #954
Assignees

Comments

@artspb
Copy link
Contributor

artspb commented Sep 20, 2021

The Go plugin has a separate go-openapi.jar and ships it together with its sources. The plugin now has the following structure:

go
  | go-openapi.jar
  | src
    | go-openapi-src.jar

I know that some other plugins have the same structure. It'd be great if we can we make gradle-intellij-plugin attach sources automatically.

@zolotov
Copy link
Member

zolotov commented Sep 20, 2021

relates to #207

@artspb
Copy link
Contributor Author

artspb commented Sep 20, 2021

Oh, nice. Might be even a duplicate.

@YannCebron
Copy link
Member

YannCebron commented Sep 20, 2021

I like this approach, as it would allow us to provide "open api" sources for any plugin used as dependency, including 3rd party. Without need of Marketplace to provide source artifacts separately. see #349

@YannCebron YannCebron changed the title Automatically detect bundled sources Automatically detect bundled sources in plugin dependency Mar 8, 2022
@karollewandowski karollewandowski self-assigned this Mar 16, 2022
@hsz hsz closed this as completed in #954 Jun 6, 2022
hsz added a commit that referenced this issue Jun 6, 2022
…y-sources

Re: #786: Automatically detect bundled sources in plugin dependency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants