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

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

Go to download

A set of Gradle plugins that can be used to build and publish the various artifacts that make up Iridium

The newest version!
package com.matthewcasperson.build.services;

import org.gradle.api.Project;

/**
 * Created by Matthew on 10/02/2016.
 */
public interface ConfigureJavadoc {
    void configureJavadoc(Project project);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy