Skip to content

Commit cbeb225

Browse files
committed
fix: set a compatible app-version value
1 parent 6959801 commit cbeb225

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

jreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ assemble:
196196
exported: false # we define the artifacts in the distribution manually as we don't generate macOS and we rename them
197197
applicationPackage:
198198
appName: '{{projectName}}' # Name of the cli
199+
appVersion: '{{projectJavaVersion}}' # to fix: Set a compatible 'app-version' value. Valid versions are one to three integers separated by dots.
199200
jlink: doc-exec-jre # If you encounter the error; `runtimeImages are missing`, delete the target/jreleaser directory (cache error)
200201
# Linux
201202
# If configured, it will work on a linux runner, so we comment out the configuration
@@ -319,8 +320,8 @@ distributions:
319320
# winget install --manifest \\wsl.localhost\xxx\doc-exec\target\jreleaser\prepare\doc-exec-installer\winget\manifests\c\combostrap\doc-exec\1.0.0
320321
# https://jreleaser.org/guide/latest/reference/packagers/winget.html#_repository
321322
winget:
322-
continueOnError: true
323323
active: RELEASE
324+
continueOnError: true
324325
package:
325326
name: doc-exec
326327
installer:

0 commit comments

Comments
 (0)