JRE check fails for versions >= 100
Brought to you by:
grzegok
I have set minimum required JRE version to 1.8 update 77. This is working since a long time. However now a user is reporting that with JRE 1.8 update 101, the exe built with launch4j is reporting that "Minimum required JRE version is 1.8.0_77".
I'm using the latest launch4j found here: https://bintray.com/bintray/jcenter/edu.sc.seis.gradle:launch4j
And the l4j version used by that gradle plugin is: 3.8.0 (found here https://github.com/TheBoegl/gradle-launch4j/blob/develop/src/main/groovy/edu/sc/seis/launch4j/Launch4jPlugin.groovy )
The latest version of launch4j is 3.9 where this bug was already resolved. Please report the problem in the gradle plugin project.