Khalil LAGRIDA
Khalil LAGRIDA
> @vsavkin @AgentEnder fix doesn't work. Just after yarn nx clear-cache I started building application and got this: > > Could not find 'nx' module in this workspace. Error: [readCachedProjectGraph]...
@AgentEnder thanks for taking the time to look at my Branch. Actually I don't use NX_CACHE_PROJECT_GRAPH in the main branch. I tried this option (NX_CACHE_PROJECT_GRAPH) to fix a e2e test...
Have you tried to add this options `xmldoc.toString({ compressed: true, preserveWhitespace: true })`. More information here https://github.com/nfarina/xmldoc/issues/60.
Hi @FrozenPandaz Thanks for kind words, that is a big new that nx will add support for gradle and it's not a problem for me. I will continue maintaining this...
@jbadeau It's seems logical for me because unfortunately I notice two problems with nx + maven integration: - The cache issue that you already mentioned - Run many build in...
@jbadeau I created the issue https://github.com/khalilou88/jnxplus/issues/700 to discuss a solution for Parallel-Build.
1- Create a lib for checkstyle linting: `build-tools-checkstyle` 2- add `maven-checkstyle-plugin` to root pom.xml 3- add target config to `nx.json` ``` "maven-checkstyle-lint": { "cache": true, "dependsOn": [ { "projects": ["build-tools-checkstyle"],...
code is here https://github.com/khalilou88/jnxplus-examples
files attribute was removed from ProjectConfiguration type in version 16.3.0
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...