nebula.compile-api
Owner: Nebula Plugins
Adds a compileApi configuration, dependencies in this configuration will be put in compile conf/scope of ivy/maven
https://github.com/nebula-plugins/nebula-publishing-plugin
Sources: https://github.com/nebula-plugins/nebula-publishing-plugin.git
Version 12.0.1
12.0.1
Created 26 June 2019.
Adds a compileApi configuration, dependencies in this configuration will be put in compile conf/scope of ivy/maven
Add this plugin to your build using the plugins DSL:
plugins {
id("nebula.compile-api") version "12.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:nebula-publishing-plugin:12.0.1") } } apply(plugin = "nebula.compile-api")
- Applying plugins to all subprojects .