export interface GradleVersionExtract {
    url: string;
    version: string;
}
