Gradle Opts Plugin

Utility plugin for managing configurable project options

License

License

Categories

Categories

Gradle Build Tools Search Business Logic Libraries
GroupId

GroupId

com.carrotsearch.gradle.opts
ArtifactId

ArtifactId

gradle-opts-plugin
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

Gradle Opts Plugin
Utility plugin for managing configurable project options
Project URL

Project URL

https://github.com/dweiss/gradle-opts-plugin
Project Organization

Project Organization

Carrot Search s.c.
Source Code Management

Source Code Management

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

Download gradle-opts-plugin

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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:

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

Versions

Version
0.0.4
0.0.3
0.0.2