We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a35d46 commit 0191d5eCopy full SHA for 0191d5e
README.md
@@ -4,7 +4,7 @@ before upgrading the plugin, as usage or compatibility requirements may change.
4
# Protobuf Plugin for Gradle [](https://travis-ci.org/google/protobuf-gradle-plugin)
5
The Gradle plugin that compiles Protocol Buffer (aka. Protobuf) definition
6
files (``*.proto``) in your project. There are two pieces of its job:
7
- 1. It assembles the Protobuf Compiler (``protoc``) command line and use it to
+ 1. It assembles the Protobuf Compiler (``protoc``) command line and uses it to
8
generate Java source files out of your proto files.
9
2. It adds the generated Java source files to the input of the corresponding
10
Java compilation unit (_sourceSet_ in a Java project; _variant_ in an
0 commit comments