Skip to content

Commit

Permalink
order removed properties
Browse files Browse the repository at this point in the history
Since this seems to be more expected, this commit orders the removed properties alphabetically.
  • Loading branch information
TheBoegl committed May 25, 2023
1 parent 04d9c8c commit ccba5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,13 @@ The values configurable within the launch4j extension along with their defaults

| Removed properties | Default Value | Description |
|------------------------------------|---------------|--------------------------------------|
| ~~String messagesBundledJreError~~ | | use messagesJreNotFoundError instead |
| ~~boolean bundledJre64Bit~~ | false | use requires64Bit instead |
| ~~boolean bundledJreAsFallback~~ | false | |
| ~~boolean bundledJre64Bit~~ | false | use requires64Bit instead |"
| ~~jar~~ | "lib/"+project.tasks[jar].archiveName<br/>or<br/>"", if the JavaPlugin is not loaded | |
| ~~String jdkPreference~~ | "preferJre" | use requiresJdk instead |
| ~~String jreRuntimeBits~~ | "64/32" | use requires64Bit instead |
| ~~String manifest~~ | "" | |
| ~~String messagesBundledJreError~~ | | use messagesJreNotFoundError instead |

### Configurable input configuration

Expand Down

0 comments on commit ccba5d8

Please sign in to comment.