The latest 11.x JDK does not appear to be used on helix #57476
Labels
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Milestone
#56210 and #56211 both intended to update our repo to use the latest 11.x JDK, but those changes do not appear to affect our helix runs. I'm guessing we want to use the same JDK everywhere.
aspnetcore/eng/targets/Helix.targets
Lines 3 to 4 in 30fb87c
I do not think our InstallJdk.ps1 or installjdk.sh scripts support leaving the minor version and patch unspecified. If you try, you get 404 responses from https://netcorenativeassets.blob.core.windows.net.
This can also hinder local development, because unlike in
release/8.0
,.\eng\scripts\InstallJdk.ps1
fails inmain
andrelease/9.0
unless a version with a patch is explicitly specified, since it only reads JDK version "11" in global.json. It's unclear what JDK versions are available. 11.0.3 appears to exist for Windows, but not 11.0.23, and it doesn't appear to be possible to anonymously list available versions.@wtgodbe @BrennanConroy
The text was updated successfully, but these errors were encountered: