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