This commit is contained in:
Anthony Stirling
2024-05-18 23:59:40 +01:00
parent 6709e0c46d
commit 31c48aec90
3 changed files with 13 additions and 8 deletions

View File

@@ -12,7 +12,9 @@ plugins {
import com.github.jk1.license.render.*
group = 'stirling.software'
version = '0.23.2'
version = '0.24.0'
//17 is lowest but we support and recommend 21
sourceCompatibility = '17'
repositories {
@@ -54,8 +56,8 @@ launch4j {
headerType="console"
jarTask = tasks.bootJar
errTitle="Encountered error, Do you have Java 17?"
downloadUrl="https://download.oracle.com/java/17/latest/jdk-17_windows-x64_bin.exe"
errTitle="Encountered error, Do you have Java 21?"
downloadUrl="https://download.oracle.com/java/21/latest/jdk-21_windows-x64_bin.exe"
variables=["BROWSER_OPEN=true", "ENDPOINTS_GROUPS_TO_REMOVE=CLI"]
jreMinVersion="17"
@@ -64,8 +66,8 @@ launch4j {
messagesStartupError="An error occurred while starting Stirling-PDF"
//messagesJreNotFoundError="This application requires a Java Runtime Environment, Please download Java 17."
messagesJreVersionError="You are running the wrong version of Java, Please download Java 17."
messagesLauncherError="Java is corrupted. Please uninstall and then install Java 17."
messagesJreVersionError="You are running the wrong version of Java, Please download Java 21."
messagesLauncherError="Java is corrupted. Please uninstall and then install Java 21."
messagesInstanceAlreadyExists="Stirling-PDF is already running."
}