Skip to content

The @nx/gradle plugin provides various migrations to help you migrate to newer versions of gradle projects within your Nx workspace. Below is a complete reference for all available migrations.

21.4.x

change-plugin-version-0-1-5

Change dev.nx.gradle.project-graph to version 0.1.5 in build file

21.3.x

change-plugin-version-0-1-2

Change dev.nx.gradle.project-graph to version 0.1.2 in build file

change-plugin-version-0-1-4

Change dev.nx.gradle.project-graph to version 0.1.4 in build file

21.1.x

change-plugin-version-0-1-0

Change dev.nx.gradle.project-graph to version 0.1.0 in build file

21.0.x

change-plugin-to-v1

Change @nx/gradle plugin to version 1

change-ciTargetName-to-ciTestTargetName

Change @nx/gradle option from ciTargetName to ciTestTargetName

20.2.x

add-include-subprojects-tasks

Add includeSubprojectsTasks to build.gradle file

19.4.x

add-project-report-all

Add task projectReportAll to build.gradle file

change-regex-production-test

This function changes !{projectRoot}/test//* in nx.json for production to !{projectRoot}/src/test//*