We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ff6bb commit 083ccdcCopy full SHA for 083ccdc
packages/proto/Taskfile.yml
@@ -41,8 +41,8 @@ tasks:
41
- mv src/services/hapi/hedera-protobuf-java-api/src/main/proto/services src/proto/
42
- mv src/services/hapi/hedera-protobuf-java-api/src/main/proto/streams src/proto/
43
- mv src/services/hapi/hedera-protobuf-java-api/src/main/proto/platform/event/* src/proto/
44
- - chmod +x scripts/fix-imports-duplication-bug.sh
45
- - ./scripts/fix-imports-duplication-bug.sh
+ - chmod +x scripts/remove-duplicate-protobuf.sh
+ - ./scripts/remove-duplicate-protobuf.sh
46
- echo "Protobufs moved successfully!"
47
- task "delete:submodule"
48
0 commit comments