Add includeSubprojectsTasks to build.gradle File
Add includeSubprojectsTasks to build.gradle file
Sample Code Changes
Update import paths for withModuleFederation
and withModuleFederationForSSR
.
nx.json
1{
2 "plugins": ["@nx/gradle"]
3}
4
Here is a list of all migrations available for this package.
Add includeSubprojectsTasks to build.gradle file
Add includeSubprojectsTasks to build.gradle file
Update import paths for withModuleFederation
and withModuleFederationForSSR
.
1{
2 "plugins": ["@nx/gradle"]
3}
4
This function changes !{projectRoot}/test/**/* in nx.json for production to !{projectRoot}/src/test/**/*
Add task projectReportAll to build.gradle file