-
Notifications
You must be signed in to change notification settings - Fork 453
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
Comments
Looks like that leads back to this: 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? |
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.
As for now, you can setup the eclipse plugin in your build.gradle as a workaround |
For others having a similar issue, here is a workaround I posted in another issue: #634 (comment) |
This extension creates a bunch of unwanted "bin" directories in all of the Gradle submodule directories.
Environment
Steps To Reproduce
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
The text was updated successfully, but these errors were encountered: