-
Notifications
You must be signed in to change notification settings - Fork 561
Closed
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.need-attentionA xamarin-android contributor needs to reviewA xamarin-android contributor needs to review
Description
Android application type
.NET Android (net7.0-android, etc.)
Affected platform version
net 7 and later
Description
The task ValidateJavaVersion takes about 23 seconds to run for every project of a solution, even when running on a beefy machine (Standard_L16s_v3 with premium SSDs).
Interestingly, the caching mechanism here does seem to work, but not in a meaningful way:
Steps to Reproduce
Build any android library and observe the task takes a long time to run. In a large solution, this accounts for about 4 minutes of build time.
Did you find any workaround?
Relevant log output
No response
Metadata
Metadata
Assignees
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.need-attentionA xamarin-android contributor needs to reviewA xamarin-android contributor needs to review

