Gradle Jar Task Type: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:


=Configuration=
=Configuration=
==<tt>from</tt>==
Specifies source files or directories to include in the archive. The given paths are evaluated as per [[Gradle_File_Resolution#Project.files.28Object..._paths.29|Project.files(Object ...)]].

Revision as of 04:43, 22 October 2020

External

Internal

Overview

Exposed by the java plugin as jar task.

Configuration

from

Specifies source files or directories to include in the archive. The given paths are evaluated as per Project.files(Object ...).