You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that scala proto files are generated correctly for external proto dependencies (#294)
* Make sure to extract workspace root for proto files
* Update tests and docs
* Append deps to the end
* Targets run properly
* Fix comments and fail if needed
* One more comment
* Update readme
@@ -498,7 +509,7 @@ generated by the [ScalaPB compiler](https://github.com/scalapb/ScalaPB).
498
509
<td><code>deps</code></td>
499
510
<td>
500
511
<p><code>List of labels, required</code></p>
501
-
<p>List of proto dependencies that this target depends on. Must be of type <code>proto_library</code></p>
512
+
<p>List of dependencies for this target. Must either be of type <code>proto_library</code> or <code>java_proto_library</code> (allowed only if <code>with_java</code> is enabled) </p>
502
513
</td>
503
514
</tr>
504
515
<tr>
@@ -512,7 +523,7 @@ generated by the [ScalaPB compiler](https://github.com/scalapb/ScalaPB).
<p>Enables generation of converters to and from java protobuf bindings</p>
526
+
<p>Enables generation of converters to and from java protobuf bindings. If you set this to <code>True</code> make sure that you pass the corresponding <code>java_proto_library</code> target in <code>deps</code></p>
0 commit comments