Skip to content

nebula-plugins/nebula-plugin-plugin

Repository files navigation

Nebula Plugin Plugin

Support Status Gradle Plugin Portal Maven Central Build Apache 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 '<current 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

http://www.apache.org/licenses/LICENSE-2.0

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.