
org.ryoframework.gradle.plugins.ProjectPlugin.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin Show documentation
Show all versions of gradle-plugin Show documentation
Plugin Gradle pour l'injection de divers propriétés de configuration des projets.
The newest version!
package org.ryoframework.gradle.plugins
import org.gradle.api.Project
import org.ryoframework.gradle.model.RyoInitTask
import org.ryoframework.gradle.support.PlatformPlugin
class ProjectPlugin extends PlatformPlugin {
void apply(Project project) {
project.tasks.create("ryo-init", RyoInitTask)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy