UNPKG

@nx/gradle

Version:

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

9 lines 497 B
import { GradlePluginOptions } from './gradle-plugin-options'; /** * Cancel any in-flight Gradle project graph process. * Safe to call even if nothing is running. */ export declare function cancelPendingProjectGraphRequest(): void; export declare function getGraphTimeoutMs(): number; export declare function getNxProjectGraphLines(gradlewFile: string, gradleConfigHash: string, gradlePluginOptions: GradlePluginOptions): Promise<string[]>; //# sourceMappingURL=get-project-graph-lines.d.ts.map