Skip to content

Commit

Permalink
release 2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siordache committed Mar 4, 2022
1 parent f56d105 commit df1369e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions doc/user_guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,10 @@ icon:: the path to the custom application icon. +
_This is a convenience property equivalent to configuring `--icon` in the `imageOptions` list._ +
_defaultValue_: null (the default icon is used)

vendor:: the vendor name. +
_This is a convenience property equivalent to configuring `--vendor` in the `imageOptions` list._ +
_defaultValue_: `Unknown`

jvmArgs:: list of JVM arguments to be passed to the virtual machine. +
_defaultValue_: the `jvmArgs` value configured in the `launcher` block, or the arguments configured in the `applicationDefaultJvmArgs` property of the `application` extension

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
badassJlinkPluginVersionMajor = 2
badassJlinkPluginVersionMinor = 24
badassJlinkPluginVersionPatch = 5
badassJlinkPluginVersionMinor = 25
badassJlinkPluginVersionPatch = 0
# badassJlinkPluginVersionLabel = rc-1
badassJlinkPluginReleaseBuild = false
badassJlinkPluginReleaseBuild = true

0 comments on commit df1369e

Please sign in to comment.