
org.ryoframework.gradle.model.RyoModel.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.model
import org.gradle.api.Action
class RyoModel {
Object kotlin = false
PublishModel publish = new PublishModel()
RyoModel() {
publish = new PublishModel()
}
void publish(Action super PublishModel> action) {
action.execute(publish)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy