com.netflix.nebula:nebula-bintray-plugin

Nebula bintray publishing using Gradle's MavenPublication


License
Apache-2.0

Documentation

nebula-bintray-plugin

Support Status Build Status Coverage Status Apache 2.0

Additional Bintray tasks and defaults for nebula projects

Usages

To apply this plugin if using Gradle 2.1 or newer

plugins {
  id 'nebula.nebula-bintray' version '7.3.0'
}

Applies the Following Plugins

  • nebula.nebula-bintray-publishing
  • nebula.nebula-ojo-publishing

nebula-bintray-publishing

Usage

Sets defaults on many of the fields to push MavenPublication to bintray. This also covers the new Gradle metadata files.

LICENSE

Copyright 2013-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.