Skip to content

Commit

Permalink
fix: Bundle the JRE, not the JDK. (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
keturn authored May 1, 2020
1 parent b77365d commit bb559ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/gradle/jre.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jreUrlFilenames.each { os, file ->
def launcherTaskBase = "Jre${os}"
def unpackTask = createJreTasks(
launcherTaskBase,
"https://download.bell-sw.com/java/$jdkVersion/bellsoft-jdk$jdkVersion-$file",
"https://download.bell-sw.com/java/$jdkVersion/bellsoft-jre$jdkVersion-$file",
"$projectDir/jre/$os-$jdkVersion-$file",
"$projectDir/jre/$os")

Expand Down

0 comments on commit bb559ff

Please sign in to comment.