nebula.oss-publishing
Owner: Nebula Plugins
Publishes nebula projects to Netflix OSS repositories and Maven Central
https://github.com/nebula-plugins/nebula-oss-publishing-plugin
Sources: https://github.com/nebula-plugins/nebula-oss-publishing-plugin.git
Version 1.2.1
1.2.1
Created 10 May 2021.
Publishes nebula projects to Netflix OSS repositories and Maven Central
Add this plugin to your build using the plugins DSL:
plugins {
id("nebula.oss-publishing") version "1.2.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:nebula-oss-publishing-plugin:1.2.1") } } apply(plugin = "nebula.oss-publishing")
- Applying plugins to all subprojects .