Skip to content

Commit

Permalink
replace Java11 from 11.0.3 to 11.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
funa-tk committed Nov 9, 2019
1 parent 0cf3c85 commit 83f8bf0
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 @@ -214,7 +214,7 @@ task prepareJPackage(dependsOn: "jar") {
delete "${workDir}"
new File("${workDir}").mkdirs()
download {
src "https://d3pxv6yz143wms.cloudfront.net/11.0.3.7.1/amazon-corretto-11.0.3.7.1-macosx-x64.tar.gz"
src "https://d3pxv6yz143wms.cloudfront.net/11.0.5.10.1/amazon-corretto-11.0.5.10.1-macosx-x64.tar.gz"
dest "${workDir}/OpenJDK11.tar.gz"
}
copy {
Expand Down Expand Up @@ -274,7 +274,7 @@ class CreateWinTarget extends DefaultTask {
into project.file("${workDir}/OpenJDK11")
}
project.copy {
from project.file("${workDir}/OpenJDK11/jdk11.0.3_7")
from project.file("${workDir}/OpenJDK11/jdk11.0.5_10")
into project.file("${targetDir}/OpenJDK11")
}
}
Expand All @@ -283,7 +283,7 @@ class CreateWinTarget extends DefaultTask {
task createWin64Target(type: CreateWinTarget, dependsOn: ['jar', 'downloadLicenses']) {
workDir = project.ext.pathWin64WorkDir
targetDir = project.ext.pathWin64Target
jdkUrl = 'https://d3pxv6yz143wms.cloudfront.net/11.0.3.7.1/amazon-corretto-11.0.3.7.1-windows-x64.zip'
jdkUrl = 'https://d3pxv6yz143wms.cloudfront.net/11.0.5.10.1/amazon-corretto-11.0.5.10.1-windows-x64.zip'
}

task preIzpack {
Expand Down

0 comments on commit 83f8bf0

Please sign in to comment.