Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jan 2, 2025
1 parent 33d4696 commit c42db5e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
4 changes: 2 additions & 2 deletions docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ asciidoc:
jreleaser-raw-ghcontent: https://raw.githubusercontent.com/jreleaser/jreleaser/main
jreleaser-extension-api: 'https://raw.githubusercontent.com/jreleaser/jreleaser/main/api/jreleaser-model-api/src/main/java/org/jreleaser/extensions/api'
pomchecker-version: 1.14.0
cyclonedx-version: 0.27.1
syft-version: 1.12.2
cyclonedx-version: 0.27.2
syft-version: 1.18.1
jib-version: 0.12.0
icons: font
icon_req_y: icon:check[role="green"]
Expand Down
26 changes: 12 additions & 14 deletions docs/modules/examples/pages/jreleaser.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ is used to create both release and snapshot releases:
# Define properties we'll use later in this file
environment:
properties:
jdkPathPrefix: 'apps/jreleaser/build/jdks'
jdkFilePrefix: 'zulu17.50.19-ca-jdk17.0.11'
graalFilePrefix: 'graalvm-community-openjdk-22.0.1+8.1'
jdkPathPrefix: 'plugins/jreleaser/build/jdks'
jdkFilePrefix: 'zulu21.38.21-ca-jdk21.0.5'
graalFilePrefix: 'graalvm-community-openjdk-23.0.1+11.1'
nativeImageDir: out/jreleaser/assemble/jreleaser-native/native-image
jpackageDir: out/jreleaser/assemble/jreleaser-installer/jpackage
javaArchiveDir: out/jreleaser/assemble/jreleaser/java-archive
Expand Down Expand Up @@ -50,11 +50,12 @@ project:
- url: pass:[https://raw.githubusercontent.com/jreleaser/jreleaser/main/src/media/icon_256x256.png]
width: 256
height: 256
java:
groupId: org.jreleaser
version: 8
multiProject: true
mainClass: org.jreleaser.cli.Main
languages:
java:
groupId: org.jreleaser
version: 8
multiProject: true
mainClass: org.jreleaser.cli.Main
tags:
- 'jreleaser'
- 'release'
Expand Down Expand Up @@ -205,7 +206,7 @@ assemble:
jreleaser-standalone:
active: ALWAYS
java:
version: 17
version: 21
imageName: '{{distributionName}}-{{projectEffectiveVersion}}'
executable: jreleaser
fileSets:
Expand Down Expand Up @@ -284,7 +285,7 @@ assemble:
jreleaser-native:
active: ALWAYS
java:
version: 17
version: 21
imageName: '{{distributionName}}-{{projectEffectiveVersion}}'
executable: jreleaser
fileSets:
Expand All @@ -308,9 +309,6 @@ assemble:
platform: 'linux-x86_64'
- path: '{{jdkPathPrefix}}/graal22Windows/{{graalFilePrefix}}'
platform: 'windows-x86_64'
upx:
active: ALWAYS
version: '3.96'
args:
- '-Duser.language=en'
- '-H:IncludeLocales=en,ca,de,es,fr,hi,it,ja,nl,pt_BR,zh_TW,ru'
Expand Down Expand Up @@ -495,7 +493,7 @@ distributions:
- path: '{{jpackageDir}}/JReleaser-{{projectVersionNumber}}-osx-aarch64.pkg'
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}-osx-aarch64.pkg'
platform: 'osx-aarch_64'
- path: '{{jpackageDir}}/jreleaser_{{projectVersionNumber}}-1_amd64.deb'
- path: '{{jpackageDir}}/jreleaser_{{projectVersionNumber}}_amd64.deb'
transform: '{{distributionName}}/{{distributionName}}_{{projectEffectiveVersion}}-1_amd64.deb'
platform: 'linux-x86_64'
- path: '{{jpackageDir}}/jreleaser-{{projectVersionNumber}}-1.x86_64.rpm'
Expand Down

0 comments on commit c42db5e

Please sign in to comment.