Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If necessary, install the gs_util command-line utility from
To see a list of all current IntelliJ build pre-reqs:

```shell
$ gsutil ls gs://flutter_infra_release/flutter/intellij/
$ gcloud storage ls gs://flutter_infra_release/flutter/intellij/
Comment thread
gurusai-voleti marked this conversation as resolved.
```

### uploading new artifacts
Expand All @@ -58,7 +58,7 @@ Do not upload new artifacts.
In order to update or add a new pre-req:

```shell
$ gsutil cp <path-to-archive> gs://flutter_infra_release/flutter/intellij/
$ gcloud storage cp <path-to-archive> gs://flutter_infra_release/flutter/intellij/
```

## Branching to manage IDEA platform versions
Expand Down
Loading