Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carrotsearch/gradle-opts-plugin

gradle-opts-plugin
https://github.com/carrotsearch/gradle-opts-plugin

Last synced: 29 days ago
JSON representation

gradle-opts-plugin

Awesome Lists containing this project

README

        

# Gradle Opts Plugin

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.

## Usage

You can add it to your top-level build script using the following configuration:

### `plugins` block:

```groovy
plugins {
id "com.carrotsearch.gradle.opts" version "$version"
}
```