Netflix-Skunkworks/gradle-nebula-plugin-qiro

Name: gradle-nebula-plugin-qiro

Owner: Netflix-Skunkworks

Description: Gradle nebula plugin bundle

Created: 2015-09-24 17:44:10.0

Updated: 2016-05-12 17:23:08.0

Pushed: 2015-09-24 17:44:20.0

Homepage: null

Size: 112

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

gradle-nebula-plugin-qiro

This plugin is to support projects in the qiro org (and it isn't meant to be used elsewhere). It is at its essence just a combination of other plugins that are common to all qiro projects, with some additional configuration. The primary responsibilities to:

This project could be used as an example of how a “project plugin” could work. A “project plugin” is a Gradle that provides consistency across many projects, e.g. in a Github org or an enterprise.

Build & Binaries

Plugins Used

For reference, these are Gradle-related modules used:

Applying the Plugin

To include, add the following to your build.gradle

buildscript {
  repositories { jcenter() }
  dependencies { classpath 'com.netflix.nebula:gradle-nebula-plugin-qiro:1.0.+' }
}

allprojects {
    apply plugin: 'qiro-project'
}

Parameters

Variants

License Check

By default the license check is on. To turn it off:

license {
    ignoreFailures = true
}

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.