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

Sources are not attached to bundled plugins #337

Closed
zolotov opened this issue Nov 19, 2018 · 2 comments
Closed

Sources are not attached to bundled plugins #337

zolotov opened this issue Nov 19, 2018 · 2 comments
Assignees
Milestone

Comments

@zolotov
Copy link
Member

zolotov commented Nov 19, 2018

From https://stackoverflow.com/questions/53295225/adding-sources-for-intellij-plugin-via-gradle

plugins {
    id 'java'
    id 'org.jetbrains.intellij' version '0.3.12'
}

//...

dependencies {
    testCompile group: 'junit', name: 'junit', version: '4.12'
}

intellij {
    version '2018.2.4'
    plugins 'git4idea'
}
@zolotov zolotov self-assigned this Nov 19, 2018
@zolotov zolotov added this to the 0.4.0 milestone Nov 19, 2018
@Purus
Copy link

Purus commented Jun 14, 2019

Although this ticket is closed, I am still not able to access Git4Ide in my code. the related classes are not available to use.

plugins = ["git4idea", "maven"]

@zolotov
Copy link
Member Author

zolotov commented Jun 20, 2019

@Purus the issue is about sources, not classes. Anyway, what do you mean by "not available to use". Can you see them in the project view? What's the plugin version you use?

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

No branches or pull requests

2 participants