Thomas Schaffter
Thomas Schaffter
I found the solution to the above issue, see #113.
Thanks for pointing out the executor `@nxrocks/nx-spring-boot:buildImage`. I can confirm that using it to build an image of a Spring app that depends on a local library installed in `~/.m2/repositories`...
- https://github.com/Sage-Bionetworks/challenge-registry/blob/main/nx.json - [Spring Boot Library project,json](https://github.com/Sage-Bionetworks/challenge-registry/blob/main/libs/shared/data-access-java/project.json) - [Spring Boot App project.json](https://github.com/Sage-Bionetworks/challenge-registry/blob/main/apps/challenge-core-service/project.json)
Sure! I will test that once the issue affecting v5.0.0 is fixed.
@tinesoft The issue is still there. The first command below shows the output of a build. The second command does the same but uses nx cache and the terminal output...
Do you know whether it's an Nx issue or if it's a plugin issue, for example the plugin may print terminal output in a way that prevent Nx from caching...
> On what terminal, OS, are you running the build command? - VS Code terminal v1.70.2 - Debian dev container ```console $ lsb_release -a No LSB modules are available. Distributor...
I confirm that upgrading to the latest release of the plugin fixes the issue for tasks executed with Maven and Gradle.
Hey, I'm using Terraform CDK and needs to skip a check for a specific resource (S3 bucket). Is there a way to achieve that using the `checkov` CLI argument or...
I had the same issue when building this project (`v1.8.1`) on Debian 11. More information can be found in this [ticket](https://github.com/tschaffter/apl-core-library/issues/1). This [PR](https://github.com/tschaffter/apl-core-library/pull/2) shows how to patch the `yoga-layout` package....