@nx/gradle
Version:
7 lines • 346 B
TypeScript
/**
* 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