Gradle Jar Task Type
Jump to navigation
Jump to search
External
- https://docs.gradle.org/current/dsl/org.gradle.api.tasks.bundling.Jar.html
- https://docs.gradle.org/current/javadoc/org/gradle/api/tasks/bundling/Jar.html
Internal
Overview
Exposed by the java plugin as jar task.
Configuration
archiveBaseName
from
Specifies source files or directories to include in the archive. The given paths are evaluated as per Project.files(Object ...).