UNPKG

@nx/gradle

Version:

The Nx Plugin for Gradle allows Gradle tasks to be run through Nx

6 lines (5 loc) 171 B
import { Tree } from '@nx/devkit'; /** * This migration adds task `projectReportAll` to build.gradle files */ export default function update(tree: Tree): Promise<void>;