This simple plugin adds an extension opts
with several
utility functions for accessing configurable project "options". These
options are keyed properties with defaults sourced from project properties,
system properties or environment variables.
You can add it to your top-level build script using the following configuration:
plugins {
id "com.carrotsearch.gradle.opts" version "$version"
}