Skip to content

Commit

Permalink
8285253: Update boot JDK to 18.0.1
Browse files Browse the repository at this point in the history
Reviewed-by: kcr, jvos
  • Loading branch information
arapte committed Jun 27, 2022
1 parent c759286 commit 1f62570
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/submit.yml
Expand Up @@ -66,9 +66,9 @@ jobs:
# BOOT_JDK_FILENAME: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_FILENAME }}"
# BOOT_JDK_URL: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_URL }}"
# BOOT_JDK_SHA256: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_SHA256 }}"
BOOT_JDK_VERSION: "18"
BOOT_JDK_FILENAME: "jdk-18_linux-x64_bin.tar.gz"
BOOT_JDK_URL: "https://download.oracle.com/java/18/archive/jdk-18_linux-x64_bin.tar.gz"
BOOT_JDK_VERSION: "18.0.1"
BOOT_JDK_FILENAME: "jdk-18.0.1_linux-x64_bin.tar.gz"
BOOT_JDK_URL: "https://download.oracle.com/java/18/archive/jdk-18.0.1_linux-x64_bin.tar.gz"
ANT_DIR: "apache-ant-1.10.5"
ANT_FILENAME: "apache-ant-1.10.5.tar.gz"
ANT_URL: "https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.tar.gz"
Expand Down Expand Up @@ -148,9 +148,9 @@ jobs:
# BOOT_JDK_FILENAME: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_FILENAME }}"
# BOOT_JDK_URL: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_URL }}"
# BOOT_JDK_SHA256: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_SHA256 }}"
BOOT_JDK_VERSION: "18"
BOOT_JDK_FILENAME: "jdk-18_macos-x64_bin.tar.gz"
BOOT_JDK_URL: "https://download.oracle.com/java/18/archive/jdk-18_macos-x64_bin.tar.gz"
BOOT_JDK_VERSION: "18.0.1"
BOOT_JDK_FILENAME: "jdk-18.0.1_macos-x64_bin.tar.gz"
BOOT_JDK_URL: "https://download.oracle.com/java/18/archive/jdk-18.0.1_macos-x64_bin.tar.gz"
ANT_DIR: "apache-ant-1.10.5"
ANT_FILENAME: "apache-ant-1.10.5.tar.gz"
ANT_URL: "https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.tar.gz"
Expand Down Expand Up @@ -229,9 +229,9 @@ jobs:
# BOOT_JDK_FILENAME: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_FILENAME }}"
# BOOT_JDK_URL: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_URL }}"
# BOOT_JDK_SHA256: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_SHA256 }}"
BOOT_JDK_VERSION: "18"
BOOT_JDK_FILENAME: "jdk-18_windows-x64_bin.zip"
BOOT_JDK_URL: "https://download.oracle.com/java/18/archive/jdk-18_windows-x64_bin.zip"
BOOT_JDK_VERSION: "18.0.1"
BOOT_JDK_FILENAME: "jdk-18.0.1_windows-x64_bin.zip"
BOOT_JDK_URL: "https://download.oracle.com/java/18/archive/jdk-18.0.1_windows-x64_bin.zip"
ANT_DIR: "apache-ant-1.10.5"
ANT_FILENAME: "apache-ant-1.10.5.tar.gz"
ANT_URL: "https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.tar.gz"
Expand Down
4 changes: 2 additions & 2 deletions build.properties
Expand Up @@ -73,8 +73,8 @@ javadoc.header=JavaFX 19
##############################################################################

# JDK
jfx.build.jdk.version=18
jfx.build.jdk.buildnum=36
jfx.build.jdk.version=18.0.1
jfx.build.jdk.buildnum=10
jfx.build.jdk.version.min=11
jfx.build.jdk.buildnum.min=28

Expand Down

1 comment on commit 1f62570

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.