diff options
author | alexv-smirnov <[email protected]> | 2023-03-15 19:59:12 +0300 |
---|---|---|
committer | alexv-smirnov <[email protected]> | 2023-03-15 19:59:12 +0300 |
commit | 056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11 (patch) | |
tree | 4740980126f32e3af7937ba0ca5f83e59baa4ab0 /contrib/java/io/grpc/grpc-api | |
parent | 269126dcced1cc8b53eb4398b4a33e5142f10290 (diff) |
add library/cpp/actors, ymake build to ydb oss export
Diffstat (limited to 'contrib/java/io/grpc/grpc-api')
-rw-r--r-- | contrib/java/io/grpc/grpc-api/1.43.2/ya.make | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/java/io/grpc/grpc-api/1.43.2/ya.make b/contrib/java/io/grpc/grpc-api/1.43.2/ya.make new file mode 100644 index 00000000000..adf8f2c23ec --- /dev/null +++ b/contrib/java/io/grpc/grpc-api/1.43.2/ya.make @@ -0,0 +1,16 @@ +JAVA_CONTRIB() + +LICENSE(Apache-2.0) + +PEERDIR( + contrib/java/io/grpc/grpc-context/1.43.2 + contrib/java/com/google/code/findbugs/jsr305/3.0.2 + contrib/java/com/google/guava/guava/30.1.1-android + contrib/java/com/google/errorprone/error_prone_annotations/2.9.0 +) + +JAR_RESOURCE(2954037905) + +SRC_RESOURCE(2954039734) + +END() |