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

Custom buildDir is not respected by gradle-intellij-plugin #793

Closed
matthewmichihara opened this issue Sep 28, 2021 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@matthewmichihara
Copy link
Contributor

matthewmichihara commented Sep 28, 2021

Repro steps

  1. Clone https://github.com/matthewmichihara/sample-intellij-plugin
  2. Run ./gradlew buildPlugin.

Expected
All generated files appear in /tmp/sample-intellij-plugin/... because the buildDir is set: https://github.com/matthewmichihara/sample-intellij-plugin/blob/main/build.gradle#L13-L15

Actual
Most generated files are in /tmp/sample-intellij-plugin/.... However, files generated by intellij.instrumentCode and buildSearchableOptions appear directly in the project's build dir instead of in /tmp/sample-intellij-plugin/....

@hsz hsz self-assigned this Sep 29, 2021
@hsz hsz added the bug label Sep 29, 2021
@hsz hsz added this to the next milestone Sep 29, 2021
@hsz
Copy link
Member

hsz commented Sep 29, 2021

Thanks for reporting and providing all the details, Matthew!
It's fixed with 665d410 and should be released very soon.

@hsz hsz closed this as completed Sep 29, 2021
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