Skip to content

Commit

Permalink
chore: launch4j jreMinVersion to be 11.0
Browse files Browse the repository at this point in the history
and max to be 21.1
  • Loading branch information
miurahr authored Jan 11, 2024
1 parent 89e69f0 commit ffdbef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ launch4j {
icon = "${projectDir}/images/OmegaT.ico"
errTitle = 'OmegaT'
headerType = 'gui'
jreMinVersion = '11'
jreMaxVersion = '21'
jreMinVersion = '11.0'
jreMaxVersion = '21.1'
copyConfigurable = [] // hack: don't copy dependencies to $libraryDir
// assume bundled JRE in jre/, fallback to JAVA_HOME env then PATH
bundledJrePath = 'jre;%JAVA_HOME%;%PATH%'
Expand Down

0 comments on commit ffdbef5

Please sign in to comment.