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 7.2.3
7.2.3
Created 12 June 2018.
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 "7.2.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:nebula-publishing-plugin:7.2.3") } } apply(plugin = "nebula.compile-api")
- Applying plugins to all subprojects .