You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/building.md
-34
Original file line number
Diff line number
Diff line change
@@ -39,37 +39,3 @@ To build a specific version of the Flutter Plugin append `--only-version=`, i.e.
39
39
Once plugin files are generated, upload release files to Drive for manual testing.
40
40
41
41
When ready to release to the public, go to the [Flutter plugin site](https://plugins.jetbrains.com/plugin/9212-flutter). You will need to be invited to the organization to upload plugin files.
42
-
43
-
## The build pre-reqs
44
-
45
-
This section is obsolete.
46
-
47
-
Several large files required for building the plugin are downloaded from Google Storage
48
-
and cached in the `artifacts/` directory. We use timestamps to know if the local cached
49
-
copies are up-to-date.
50
-
51
-
### install gs_util
52
-
53
-
It is no longer necessary to use gs_util. All artifact management is automated.
54
-
This section is being retained in case someone wants to clean up the cloud storage.
55
-
56
-
If necessary, install the gs_util command-line utility from
0 commit comments