Skip to content

Commit 84e86ef

Browse files
committed
Update ARCHITECTURE
1 parent 36c5fd2 commit 84e86ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The extension models the project hierarchical structure using the vscode treeVie
2626

2727
Gradle tasks can be run through either the [treeView](https://code.visualstudio.com/api/extension-guides/tree-view) or the Command Palette.
2828

29-
The tasks use the gRPC client to call the `runTask` server method. Similar to getting project data, Gradle progress and output (`STDERR` & `STDOUT`) is streamed to the client. Tasks are run in a custom vscode terminal.
29+
Tasks are run via the `runBuild` gRPC method. Similar to getting project data, Gradle progress and output (`STDERR` & `STDOUT`) is streamed to the client. Tasks are run in a custom vscode terminal. The `runBuild` gRPC method accepts a list of arguments which are passed to the `BuildLauncher`.
3030

3131
## The Build System
3232

0 commit comments

Comments
 (0)