Add this plugin to your build using the plugins DSL:
plugins {
id("edu.ysu.gradle") version "0.1.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.edu.ysu:YSUGradlePlugin:0.1.5") } } apply(plugin = "edu.ysu.gradle")
- Applying plugins to all subprojects .