Gradle Java Library Plugin

From NovaOrdis Knowledge Base
Revision as of 05:34, 22 October 2020 by Ovidiu (talk | contribs) (Created page with "=External= * https://docs.gradle.org/current/userguide/java_library_plugin.html =Internal= * Gradle Plugins | Core Plugins =Overvi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.