com.matthewcasperson.build.services.ApplyPlugins.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of build Show documentation
Show all versions of build Show documentation
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 23/01/2016.
*/
interface ApplyPlugins {
void applyPlugins(Project project);
}