UNPKG

@nx/gradle

Version:

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

7 lines 346 B
/** * This function executes the gradle projectReportAll task and returns the output as an array of lines. * @param gradlewFile the absolute path to the gradlew file * @returns project report lines */ export declare function getProjectReportLines(gradlewFile: string): Promise<string[]>; //# sourceMappingURL=get-project-report-lines.d.ts.map