Skip to content

Commit

Permalink
Bump version & set link JRE if version not met
Browse files Browse the repository at this point in the history
  • Loading branch information
James authored and James committed May 5, 2019
1 parent 12747f2 commit fa1f365
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'org.idiosapps'
version '1.1'
version '1.2'

repositories {
mavenCentral()
Expand Down Expand Up @@ -49,7 +49,7 @@ launch4j {
mainClassName = 'org.idiosapps.Main'
copyConfigurable = project.tasks.shadowJar.outputs.files
jar = "lib/${project.tasks.shadowJar.archiveName}"
bundledJrePath = 'C:\\Program Files\\Java\\jdk-12.0.1'
bundledJre64Bit = true
jreMinVersion = "12.0.1"
messagesJreVersionError = "Please install JDK12 from https://adoptopenjdk.net/releases.html?variant=openjdk12"
// https://github.com/TheBoegl/gradle-launch4j for more options!
}

0 comments on commit fa1f365

Please sign in to comment.