Gradle Java Library Plugin: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://docs.gradle.org/current/userguide/java_library_plugin.html =Internal= * Gradle Plugins | Core Plugins =Overvi...")
 
Line 3: Line 3:
=Internal=
=Internal=
* [[Gradle_Plugin_Concepts#Core_Plugins|Gradle Plugins | Core Plugins]]
* [[Gradle_Plugin_Concepts#Core_Plugins|Gradle Plugins | Core Plugins]]
* [[Gradle Java Plugin|Java Plugin]]
=Overview=
=Overview=
The Java Library plugin expands the capabilities of the [[Gradle_Java_Plugin|Java plugin]] by providing specific knowledge about Java libraries. In particular, a Java library exposes an API to consumers, so the plugin introduces the api configuration. All the source sets, tasks and configurations exposed by the Java plugin are implicitly available when using this plugin.
The Java Library plugin expands the capabilities of the [[Gradle_Java_Plugin|Java plugin]] by providing specific knowledge about Java libraries. In particular, a Java library exposes an API to consumers, so the plugin introduces the api configuration. All the source sets, tasks and configurations exposed by the Java plugin are implicitly available when using this plugin.

Revision as of 23:01, 26 March 2021

External

Internal

Overview

The Java Library plugin expands the capabilities of the Java plugin by providing specific knowledge about Java libraries. In particular, a Java library exposes an API to consumers, so the plugin introduces the api configuration. All the source sets, tasks and configurations exposed by the Java plugin are implicitly available when using this plugin.