Commit a981f25
authored
Use top-level directory gradle and delete from third_party (flutter#8397)
Gradle files should generally be at the top level and the jar file
should be committed:
https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:adding_wrapper
We also want to check that the gradle jar file matches the checksums
listed:
https://docs.gradle.org/current/userguide/gradle_wrapper.html#wrapper_checksum_verification
(Added flutter#8396 to do
this automatically in the future)
I verified that our dev build works with using the new top-level files
instead of calling `./third_party/gradlew`1 parent 25691ea commit a981f25
File tree
13 files changed
+9
-353
lines changed- gradle/wrapper
- third_party
- gradle/wrapper
- tool
- kokoro
- plugin/lib
13 files changed
+9
-353
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
318 | | - | |
319 | 317 | | |
320 | 318 | | |
321 | 319 | | |
| |||
Binary file not shown.
This file was deleted.
Binary file not shown.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments