-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow importing protos from dependencies.
- If a project compiles proto files, they are packaged as resources in the compiled jar along with the class files. protobuf-java artifacts have already been including proto definitions for built-in types such as Any. This is only done for Java. There is a TODO for Android. - proto files from dependencies are extracted into a temporary directory, which is added to the --proto_path argument of the protoc command line, so that they can be imported in the proto files of this project, but won't be compiled again. Resolves #15
- Loading branch information
1 parent
47d1430
commit f50d441
Showing
24 changed files
with
334 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.