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

"bin" Directories Created in Every Gradle Module Folder #2801

Closed
EarthCitizen opened this issue Nov 15, 2022 · 5 comments
Closed

"bin" Directories Created in Every Gradle Module Folder #2801

EarthCitizen opened this issue Nov 15, 2022 · 5 comments
Labels

Comments

@EarthCitizen
Copy link

This extension creates a bunch of unwanted "bin" directories in all of the Gradle submodule directories.

Environment
  • Operating System: macOS
  • JDK version: 11
  • Visual Studio Code version: 1.72.2
  • Java extension version: v0.21.1
Steps To Reproduce
  1. Open Gradle project with multiple modules
  2. Observe creation of unwanted "bin" directories
Current Result

Creates a bunch of unwanted and inconvenient "bin" directories.

Expected Result

Does not create a bunch of unwanted "bin" directories.

Additional Informations

This issue was closed, but as can be seen by the large volume of comments after it was closed, the issue is not resolved:

#634

@jdneo
Copy link
Collaborator

jdneo commented Nov 16, 2022

@jdneo jdneo added the upstream label Nov 16, 2022
@EarthCitizen
Copy link
Author

Looks like that leads back to this:

#1615

I guess the wait then is for this project to add a configuration option to change the directory? The workaround there means that I would have to use the eclipse plugin in Gradle despite not needing it?

@jdneo
Copy link
Collaborator

jdneo commented Nov 16, 2022

The main problem is that the compiled output from JDT might be different from the build tools like Maven/Gradle.

Whether adding an option to change the output location would solve the problem is not clear to me.

The workaround there means that I would have to use the eclipse plugin in Gradle despite not needing it?

As for now, you can setup the eclipse plugin in your build.gradle as a workaround

@jdneo
Copy link
Collaborator

jdneo commented Nov 17, 2022

Close as dup with #1615.

You can vote for #1615 to help us prioritize.

@adamsmd
Copy link

adamsmd commented Nov 19, 2024

For others having a similar issue, here is a workaround I posted in another issue: #634 (comment)

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

3 participants