mirror of
https://github.com/jlengrand/jreleaser.github.io.git
synced 2026-03-10 08:31:25 +00:00
@@ -1,9 +1,9 @@
|
||||
= Jbang
|
||||
= JBang
|
||||
|
||||
Unleash the power of Java with link:https://github.com/jbangdev/jbang[jbang]. You can publish distributions as jbang
|
||||
Unleash the power of Java with link:https://github.com/jbangdev/jbang[jbang]. You can publish distributions as JBang
|
||||
catalogs.
|
||||
|
||||
Each separate executable will have its own jbang script. All executables will be collected in the same catalog. Existing
|
||||
Each separate executable will have its own JBang script. All executables will be collected in the same catalog. Existing
|
||||
catalogs located at the target repository will be merged into a single catalog.
|
||||
|
||||
Snapshots are supported, in which case executables will bear the `-snapshot` suffix in their alias.
|
||||
@@ -21,13 +21,13 @@ YAML::
|
||||
packagers:
|
||||
# icon:dot-circle[]
|
||||
jbang:
|
||||
# Enables or disables Jbang.
|
||||
# Enables or disables JBang.
|
||||
# Valid values are [`NEVER`, `ALWAYS`, `RELEASE`, `SNAPSHOT`].
|
||||
# Defaults to `NEVER`.
|
||||
# icon:dot-circle[]
|
||||
active: ALWAYS
|
||||
|
||||
# Directory with file templates used to prepare the Jbang distribution.
|
||||
# Directory with file templates used to prepare the JBang distribution.
|
||||
# Defaults to `src/jreleaser/distributions/${distribution.name}/jbang`.
|
||||
# If specified, path must exist.
|
||||
# icon:dot-circle[]
|
||||
@@ -91,7 +91,7 @@ TOML::
|
||||
# icon:dot-circle[]
|
||||
[packagers.jbang]
|
||||
|
||||
# Enables or disables Jbang.
|
||||
# Enables or disables JBang.
|
||||
# Valid values are [`NEVER`, `ALWAYS`, `RELEASE`, `SNAPSHOT`].
|
||||
# Defaults to `NEVER`.
|
||||
# icon:dot-circle[]
|
||||
@@ -158,7 +158,7 @@ JSON::
|
||||
"packagers": {
|
||||
// icon:dot-circle[]
|
||||
"jbang": {
|
||||
// Enables or disables Jbang.
|
||||
// Enables or disables JBang.
|
||||
// Valid values are [`NEVER`, `ALWAYS`, `RELEASE`, `SNAPSHOT`].
|
||||
// Defaults to `NEVER`.
|
||||
// icon:dot-circle[]
|
||||
@@ -241,7 +241,7 @@ Maven::
|
||||
-->
|
||||
<jbang>
|
||||
<!--
|
||||
Enables or disables Jbang.
|
||||
Enables or disables JBang.
|
||||
Valid values are [`NEVER`, `ALWAYS`, `RELEASE`, `SNAPSHOT`].
|
||||
Defaults to `NEVER`.
|
||||
icon:dot-circle[]
|
||||
@@ -345,7 +345,7 @@ jreleaser {
|
||||
packagers {
|
||||
// icon:dot-circle[]
|
||||
jbang {
|
||||
// Enables or disables Jbang.
|
||||
// Enables or disables JBang.
|
||||
// Valid values are [`NEVER`, `ALWAYS`, `RELEASE`, `SNAPSHOT`].
|
||||
// Defaults to `NEVER`.
|
||||
// icon:dot-circle[]
|
||||
|
||||
Reference in New Issue
Block a user