Gradle Java Plugin

From NovaOrdis Knowledge Base
Revision as of 02:57, 22 October 2020 by Ovidiu (talk | contribs) (→‎jar)
Jump to navigation Jump to search

External

Internal

TODEPLETE

Gradle Java Plugin TODELETE

Overview

Tasks

assemble

build

buildDependents

buildNeeded

check

classes

clean

compileJava

The "compileJava" task is backed by the JavaCompile type.

compileTestJava

jar

Assembles the JAR file, based on the classes and resources attached to the main source set. Depends on classes. The task is backed by the Jar type.

javadoc

processResources

processTestResources

test

testClasses

Gradle Tasks | Java Plugin Predefined Task Types