Skip to content

Commit

Permalink
Use JAVA_HOME_11_X64
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Feb 11, 2022
1 parent a1c3a05 commit 3b66758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nukebuild/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ IReadOnlyCollection<Output> MsBuildCommon(
// This is required for VS2019 image on Azure Pipelines
.When(Parameters.IsRunningOnWindows &&
Parameters.IsRunningOnAzure, _ => _
.AddProperty("JavaSdkDirectory", GetVariable<string>("JAVA_HOME")))
.AddProperty("JavaSdkDirectory", GetVariable<string>("JAVA_HOME_11_X64")))
.AddProperty("PackageVersion", Parameters.Version)
.AddProperty("iOSRoslynPathHackRequired", true)
.SetProcessToolPath(MsBuildExe.Value)
Expand Down

0 comments on commit 3b66758

Please sign in to comment.