Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Nov 10, 2022
1 parent ed4a84e commit ef6978c
Show file tree
Hide file tree
Showing 19 changed files with 563 additions and 68 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/distributions/java-binary.adoc
Expand Up @@ -39,7 +39,7 @@ We recommend using the following plugins to create suitable Java binary distribu
* link:https://docs.gradle.org/current/userguide/application_plugin.html[application] plugin: generates distribution
files that follow the expected structure. Also, packages the distribution as a Zip or Tar.

Alternatively, you may also configure a xref:configuration:assemble/archive.adoc[] assembler to create an archive.
Alternatively, you may also configure a xref:configuration:assemble/java-archive.adoc[] assembler to create an archive.

== Packager Support

Expand Down
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/integrations.adoc
Expand Up @@ -16,6 +16,7 @@ Files may be downloaded from the following services:
Distributions may be assembled using your build tool of choice, also with any of the following assemblers:

* xref:configuration:assemble/archive.adoc[]
* xref:configuration:assemble/java-archive.adoc[]
* xref:configuration:assemble/jlink.adoc[]
* xref:configuration:assemble/jpackage.adoc[]
* xref:configuration:assemble/native-image.adoc[]
Expand Down
1 change: 1 addition & 0 deletions docs/modules/configuration/nav.adoc
Expand Up @@ -20,6 +20,7 @@
*** xref:announce/zulip.adoc[]
** xref:assemble/index.adoc[]
*** xref:assemble/archive.adoc[]
*** xref:assemble/java-archive.adoc[]
*** xref:assemble/jlink.adoc[]
*** xref:assemble/jpackage.adoc[]
*** xref:assemble/native-image.adoc[]
Expand Down
6 changes: 1 addition & 5 deletions docs/modules/configuration/pages/assemble/archive.adoc
@@ -1,6 +1,7 @@
= Archive
:assembler_id: archive
:archive: true
:platform: true

Creates a binary distribution {assembler_id}.

Expand Down Expand Up @@ -166,11 +167,6 @@ Gradle::
----
include::partial$assemble/gradle/common-head.adoc[]
// Additional properties used when evaluating templates.
// Key will be capitalized and prefixed with `archive`, i.e, `archiveFoo`.
// icon:dot-circle[] icon:file-alt[]
extraProperties.put('foo', 'bar')
// Name of the archive.
// If left undefined, will use {{distributionName}}-{{projectVersion}}.
// icon:dot-circle[] icon:file-alt[]
Expand Down
1 change: 1 addition & 0 deletions docs/modules/configuration/pages/assemble/index.adoc
Expand Up @@ -116,6 +116,7 @@ with a `true` value inside xref:configuration:environment.adoc[] properties or a

* `skipAssembleResolvers`
* `skipArchiveResolver`
* `skipJavaArchiveResolver`
* `skipJlinkResolver`
* `skipJpackageResolver`
* `skipNativeImageResolver`

0 comments on commit ef6978c

Please sign in to comment.