UNPKG

@nx/gradle

Version:

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

9 lines (8 loc) 383 B
export declare const fileSeparator: string; export declare const newLineSeparator: string; /** * 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[]>;