nebula.publish-verification
Owner: Nebula Plugins
Verifies a nebula publication
https://github.com/nebula-plugins/nebula-publishing-plugin
Sources: https://github.com/nebula-plugins/nebula-publishing-plugin.git
Version 18.4.0 (latest)
18.4.0
Created 28 February 2022.
Verifies a nebula publication
Add this plugin to your build using the plugins DSL:
plugins {
id("nebula.publish-verification") version "18.4.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:nebula-publishing-plugin:18.4.0") } } apply(plugin = "nebula.publish-verification")
- Applying plugins to all subprojects .