Commit 97a7c0d
authored
[ci] fix builds on
Context: https://devdiv.visualstudio.com/DevDiv/DevDiv%20Team/_build/results?buildId=12682126&view=logs&j=784e4eae-0a8d-50ee-7be1-df4337debdeb&t=d146df5a-97f5-55ed-d881-1a15f3c31d98&l=3730
Builds on main are failing on Windows with:
Starting a Gradle Daemon (subsequent builds will be faster)
Warning: SDK processing. package.xml parsing problem. unrecognized type name: platform. Did you mean archives?
Warning: SDK processing. package.xml parsing problem. Unable to create an instance of com.android.repository.impl.generated.v2.TypeDetails
java.lang.InstantiationException...
Copilot suggested deleting all `package.xml` files from the Android
SDK installation.
I also updated the instructions to require Microsoft OpenJDK 21,
since that is what we are using now.main branch (#1303)1 parent 82685db commit 97a7c0d
2 files changed
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
93 | 108 | | |
0 commit comments