com.netflix.nebula.maven-apache-license
Owner: Nebula Plugins
Plugins to ease maven-publish and ivy-publish configuration
https://github.com/nebula-plugins/nebula-publishing-plugin
Sources: https://github.com/nebula-plugins/nebula-publishing-plugin.git
Version 20.1.2
20.1.2
Created 21 March 2023.
Plugins to ease maven-publish and ivy-publish configuration
Add this plugin to your build using the plugins DSL:
plugins {
id("com.netflix.nebula.maven-apache-license") version "20.1.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:nebula-publishing-plugin:20.1.2") } } apply(plugin = "com.netflix.nebula.maven-apache-license")
- Applying plugins to all subprojects .