We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6af74 commit 604efc3Copy full SHA for 604efc3
build.gradle
@@ -74,6 +74,8 @@ launch4j { // Windows only, don't use this, use createWindowsInstaller
74
copyright = "Copyright (c) 2019 airsquared"
75
downloadUrl = "https://java.com/inc/BrowserRedirect1.jsp"
76
icon = "${projectDir}/icons/blob_emoji.ico"
77
+ jreMinVersion = "1.8.0"
78
+ jreMaxVersion = "1.8.0_999"
79
}
80
81
// if your platform isn't Windows, "wine" is required to run this task
0 commit comments