All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.matthewcasperson.build.services.ConfigureJavaVersion.groovy Maven / Gradle / Ivy

package com.matthewcasperson.build.services

import org.gradle.api.Project

/**
 * Created by Matthew on 7/02/2016.
 */
interface ConfigureJavaVersion {
    void configureJavaVersion(Project project);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy