mirror of
https://github.com/jlengrand/jreleaser.github.io.git
synced 2026-03-10 08:31:25 +00:00
Apply rename changes
This commit is contained in:
@@ -20,7 +20,7 @@ YAML::
|
||||
# icon:dot-circle[]
|
||||
assemble:
|
||||
# icon:dot-circle[]
|
||||
jlinks:
|
||||
jlink:
|
||||
# Assemblers require a name.
|
||||
# icon:exclamation-triangle[]
|
||||
app:
|
||||
@@ -157,7 +157,7 @@ TOML::
|
||||
----
|
||||
# Assemblers require a name.
|
||||
# icon:exclamation-triangle[]
|
||||
[assemble.jlinks.app]
|
||||
[assemble.jlink.app]
|
||||
|
||||
# Enables or disables the assembler.
|
||||
# Valid values are [`NEVER`, `ALWAYS`, `RELEASE`, `SNAPSHOT`].
|
||||
@@ -283,7 +283,7 @@ JSON::
|
||||
// icon:dot-circle[]
|
||||
"assemble": {
|
||||
// icon:dot-circle[]
|
||||
"jlinks": {
|
||||
"jlink": {
|
||||
// Assemblers require a name.
|
||||
// icon:exclamation-triangle[]
|
||||
"app": {
|
||||
@@ -445,7 +445,7 @@ Maven::
|
||||
<!--
|
||||
icon:dot-circle[]
|
||||
-->
|
||||
<jlinks>
|
||||
<jlink>
|
||||
<!--
|
||||
Assemblers require a name.
|
||||
icon:exclamation-triangle[]
|
||||
@@ -649,7 +649,7 @@ Maven::
|
||||
</extraProperties>
|
||||
</java>
|
||||
</app>
|
||||
</jlinks>
|
||||
</jlink>
|
||||
</assemble>
|
||||
</jreleaser>
|
||||
----
|
||||
@@ -662,7 +662,7 @@ jreleaser {
|
||||
// icon:dot-circle[]
|
||||
assemble {
|
||||
// icon:dot-circle[]
|
||||
jlinks {
|
||||
jlink {
|
||||
// Assemblers require a name.
|
||||
// icon:exclamation-triangle[]
|
||||
app {
|
||||
|
||||
@@ -18,7 +18,7 @@ YAML::
|
||||
# icon:dot-circle[]
|
||||
assemble:
|
||||
# icon:dot-circle[]
|
||||
nativeImages:
|
||||
nativeImage:
|
||||
# Assemblers require a name.
|
||||
# icon:exclamation-triangle[]
|
||||
app:
|
||||
@@ -125,7 +125,7 @@ TOML::
|
||||
----
|
||||
# Assemblers require a name.
|
||||
# icon:exclamation-triangle[]
|
||||
[assemble.nativeImages.app]
|
||||
[assemble.nativeImage.app]
|
||||
|
||||
# Enables or disables the assembler.
|
||||
# Valid values are [`NEVER`, `ALWAYS`, `RELEASE`, `SNAPSHOT`].
|
||||
@@ -224,7 +224,7 @@ JSON::
|
||||
// icon:dot-circle[]
|
||||
"assemble": {
|
||||
// icon:dot-circle[]
|
||||
"nativeImages": {
|
||||
"nativeImage": {
|
||||
// Assemblers require a name.
|
||||
// icon:exclamation-triangle[]
|
||||
"app": {
|
||||
@@ -350,7 +350,7 @@ Maven::
|
||||
<!--
|
||||
icon:dot-circle[]
|
||||
-->
|
||||
<nativeImages>
|
||||
<nativeImage>
|
||||
<!--
|
||||
Assemblers require a name.
|
||||
icon:exclamation-triangle[]
|
||||
@@ -510,7 +510,7 @@ Maven::
|
||||
</extraProperties>
|
||||
</java>
|
||||
</app>
|
||||
</nativeImages>
|
||||
</nativeImage>
|
||||
</assemble>
|
||||
</jreleaser>
|
||||
----
|
||||
@@ -523,7 +523,7 @@ jreleaser {
|
||||
// icon:dot-circle[]
|
||||
assemble {
|
||||
// icon:dot-circle[]
|
||||
nativeImages {
|
||||
nativeImage {
|
||||
// Assemblers require a name.
|
||||
// icon:exclamation-triangle[]
|
||||
app {
|
||||
|
||||
@@ -22,7 +22,7 @@ YAML::
|
||||
# icon:dot-circle[]
|
||||
upload:
|
||||
# icon:dot-circle[]
|
||||
artifactories:
|
||||
artifactory:
|
||||
# Uploaders require a name.
|
||||
# icon:exclamation-triangle[]
|
||||
app:
|
||||
@@ -94,7 +94,7 @@ TOML::
|
||||
----
|
||||
# Uploaders require a name.
|
||||
# icon:exclamation-triangle[]
|
||||
[upload.artifactories.app]
|
||||
[upload.artifactory.app]
|
||||
|
||||
# Enables or disables the uploader.
|
||||
# Valid values are [`NEVER`, `ALWAYS`, `RELEASE`, `SNAPSHOT`].
|
||||
@@ -164,7 +164,7 @@ JSON::
|
||||
// icon:dot-circle[]
|
||||
"upload": {
|
||||
// icon:dot-circle[]
|
||||
"artifactories": {
|
||||
"artifactory": {
|
||||
// Uploaders require a name.
|
||||
// icon:exclamation-triangle[]
|
||||
"app": {
|
||||
@@ -247,7 +247,7 @@ Maven::
|
||||
<!--
|
||||
icon:dot-circle[]
|
||||
-->
|
||||
<artifactories>
|
||||
<artifactory>
|
||||
<!--
|
||||
Uploaders require a name.
|
||||
icon:exclamation-triangle[]
|
||||
@@ -338,7 +338,7 @@ Maven::
|
||||
<foo>bar</foo>
|
||||
</extraProperties>
|
||||
</app>
|
||||
</artifactories>
|
||||
</artifactory>
|
||||
</upload>
|
||||
</jreleaser>
|
||||
----
|
||||
@@ -351,7 +351,7 @@ jreleaser {
|
||||
// icon:dot-circle[]
|
||||
upload {
|
||||
// icon:dot-circle[]
|
||||
artifactories {
|
||||
artifactory {
|
||||
// Uploaders require a name.
|
||||
// icon:exclamation-triangle[]
|
||||
app {
|
||||
|
||||
Reference in New Issue
Block a user