Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nebula-plugins/nebula-plugin-plugin
- Owner: nebula-plugins
- License: apache-2.0
- Created: 2014-01-10T19:01:45.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T00:27:06.000Z (3 months ago)
- Last Synced: 2024-10-20T11:45:04.094Z (3 months ago)
- Language: Groovy
- Size: 1.22 MB
- Stars: 15
- Watchers: 18
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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-bintrayUsages
-----------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 atUnless 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.