File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments