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
When npx nx generate @nrwl/workspace:remove --projectName=lplatform-client is called then directory is removed but Gradle module is not remove from settings.gradle.kts file.
The text was updated successfully, but these errors were encountered:
Hi @CyrilSahula
I don't know @nrwl/workspace:remove and I don't know if it's extensible.
What we can do is creating a new generator @jnxplus/nx-gradle:remove and first call @nrwl/workspace:remove then remove the project from settings.gradle.kts
When
npx nx generate @nrwl/workspace:remove --projectName=lplatform-client
is called then directory is removed but Gradle module is not remove from settings.gradle.kts file.The text was updated successfully, but these errors were encountered: