You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set up Nx in my work project but I'm struggling Nx getting to recognise the projects. The folder structure is as follows. I am willing to drop the already existing nx.json files listed here if required (though ideally not).
The main problem I am facing is making sure that Gradle is properly detected. I tried adding an additional folder called root-project where I tried setting up Nx using a settings.gradle.kts with content of:
However, with this Nx did not detect anything but the root project itself.
I understand that this problem would probably be resolved by making 1 massive mono repo instead of many git repos, but that is something that is not really landing well within the team
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello community,
I am trying to set up Nx in my work project but I'm struggling Nx getting to recognise the projects. The folder structure is as follows. I am willing to drop the already existing
nx.json
files listed here if required (though ideally not).The main problem I am facing is making sure that Gradle is properly detected. I tried adding an additional folder called
root-project
where I tried setting up Nx using asettings.gradle.kts
with content of:However, with this Nx did not detect anything but the root project itself.
I understand that this problem would probably be resolved by making 1 massive mono repo instead of many git repos, but that is something that is not really landing well within the team
Beta Was this translation helpful? Give feedback.
All reactions