Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nebula-plugins/nebula-plugin-plugin

Plugin for plugins, heavily opinionated about nebula-plugins
https://github.com/nebula-plugins/nebula-plugin-plugin

Last synced: 2 months ago
JSON representation

Plugin for plugins, heavily opinionated about nebula-plugins

Awesome Lists containing this project

README

        

Nebula Plugin Plugin
====================

![Support Status](https://img.shields.io/badge/nebula-active-green.svg)
[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/com.netflix.nebula/nebula-plugin-plugin/maven-metadata.xml.svg?label=gradlePluginPortal)](https://plugins.gradle.org/plugin/nebula.plugin-plugin)
[![Maven Central](https://img.shields.io/maven-central/v/com.netflix.nebula/nebula-plugin-plugin)](https://maven-badges.herokuapp.com/maven-central/com.netflix.nebula/nebula-plugin-plugin)
![Build](https://github.com/nebula-plugins/nebula-plugin-plugin/actions/workflows/nebula.yml/badge.svg)
[![Apache 2.0](https://img.shields.io/github/license/nebula-plugins/nebula-hollpluginow-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0)

Plugin to establish conventions for a nebula-plugins plugin, e.g. publishing, licenses. This plugin is used to help setup our other plugins. It can be used as an example of setting up similar conventions for an organization's gradle plugins.

Conventions
-----------
* Defaults group to com.netflix.nebula
* Applies nebula.maven-publish
* Applies and configures nebula.nebula-release and nebula.nebula-bintray

Usages
-----------

To apply this plugin

plugins {
id 'nebula.plugin-plugin' version ''
}


Gradle Compatibility Tested
---------------------------

* Built with Oracle JDK8
* Tested with Oracle JDK8

| Gradle Version | Works |
| :------------: | :---: |
| < 4.5 . | no |
| 4.5 > | yes |

LICENSE
=======

Copyright 2014-2019 Netflix, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.