@nx/gradle
Version:
9 lines (8 loc) • 383 B
TypeScript
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[]>;