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

org.holoeverywhere.plugin.HoloEverywherePlugin.groovy Maven / Gradle / Ivy

package org.holoeverywhere.plugin

import org.gradle.api.Plugin
import org.gradle.api.Project

class HoloEverywherePlugin implements Plugin {
    @Override
    void apply(Project project) {
        project.plugins.apply(HoloEverywhereRepoPlugin)
        project.plugins.apply(HoloEverywhereMainPlugin)
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy