Bootstrap

build.gradle
plugins {
  id 'org.ysb33r.utilities' version '2.0.0' (1)
  id 'org.ysb33r.utilities.settings' version '2.0.0' (2)
  id 'org.ysb33r.utilities.settings.native' version '2.0.0' (3)
}
1 Adds the Grolifant utilities to a project and make them available via the grolifantOps extension.
2 Adds the Grolifant settings utilities to Gradle Settings and make them available via grolifantOps extension.
3 As for org.ysb33r.utilities.settings, but also configures the plugin classpath to handle native attributes. Similar to Native Java plugin, but brings a lot more features.