Commit 8ea3b61
authored
Refactor product handling logic in build script (flutter#8086)
Adds handling for the "IU" (Idea Ultimate) product variant, currently
skipped over and failing builds due to android plugin dependency logic
being tied to "IC". This conflicts with the
[contributing.md](https://github.com/flutter/flutter-intellij/blob/944aa028132052a6d14a99e073ebe4c7e5525ce3/CONTRIBUTING.md#L111):
> ...
> 1. Make sure you're using the latest stable release of IntelliJ,
> or download and install the latest version of IntelliJ (2023.1 or
later).
> - [IntelliJ Downloads](https://www.jetbrains.com/idea/download/)
> - **Either the community edition (free) or Ultimate will work.** <--
no it won't
>
> 2. Create a `gradle.properties` file.
> ...1 parent 0f9e2a0 commit 8ea3b61
2 files changed
+16
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
94 | 93 | | |
95 | 94 | | |
96 | 95 | | |
97 | | - | |
98 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| |||
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
| 115 | + | |
112 | 116 | | |
113 | 117 | | |
114 | 118 | | |
115 | | - | |
116 | | - | |
117 | | - | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| |||
214 | 216 | | |
215 | 217 | | |
216 | 218 | | |
217 | | - | |
| 219 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
| |||
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
| 96 | + | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 100 | + | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
| |||
0 commit comments