export interface NxGradleWrapperGeneratorSchema {
  skipGitignore?: boolean;
  skipFormat?: boolean;
}
