Bootstrap
build.gradle
plugins {
id 'org.ysb33r.nempi' version '1.0.0' (1)
}
| 1 | The same plugin is applied at both root and subproject level. The plugin suite automatically makes the appropriate keywords available. |
plugins {
id 'org.ysb33r.nempi' version '1.0.0' (1)
}
| 1 | The same plugin is applied at both root and subproject level. The plugin suite automatically makes the appropriate keywords available. |