-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
New gradle setup does not play nicely with Intellij #1881
Comments
We think the issue related to core:prov might now be dealt with. Let us know how it's currently looking. |
On the latest main branch, after reopening the project, If I manually mark |
Okay, that's fairly weird... I'm beginning to remember why I still don't use gradle in IntelliJ... will have to think on this, wondering if there is some "secret sauce" IntelliJ will read from a gradle script that applies to it only. Getting 1.79 out the door at the moment, so it may take a while. |
Hey,
as outlined in my comment on 0559404 the new gradle setup causes hurdles for development using Intellij.
Intellij complains about a duplicate content root for the pg module.
If I manually set back pg/src/main/java as content root, there are dependency issues resolving core.prov.
If instead I mark generated-src as content root, Intellij keeps opening the generated source files when I want to make changes, which are then obviously overwritten as soon as gradle re-generates those files from the true sources.
Currently, these changes unfortunately make it very hard to work on BC :/
If you have any tips for me on how to resolve this, apart from basing my branches onto commits before the change, let me know!
The text was updated successfully, but these errors were encountered: