paint-brush
Gradle, Bazel and gRPC: A Song of Ice and Fireby@AlexeySoshin
735 reads
735 reads

Gradle, Bazel and gRPC: A Song of Ice and Fire

by Alexey Soshin6mAugust 17th, 2019
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Bazel is not aware of the fact that a Bazel plugin can’t work with Bazel. Instead of hardcoding our dependencies, we get them from command line. We use KrotoPlus plugin to create a wrapper around the Bazel project. We then use that wrapper to run Bazel in the same directory your project is in. Bazel will not be able to work with a well defined project structure. We need to use this wrapper to build Bazel and then generate classes based on that.

Company Mentioned

Mention Thumbnail
featured image - Gradle, Bazel and gRPC: A Song of Ice and Fire
Alexey Soshin HackerNoon profile picture
Alexey Soshin

Alexey Soshin

@AlexeySoshin

L O A D I N G
. . . comments & more!

About Author

Alexey Soshin HackerNoon profile picture
Alexey Soshin@AlexeySoshin

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here
Github