Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Oct 2, 2024
1 parent 00018f0 commit 74a80e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dev/kotlin/generate
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

(
cd dev/kotlin/protoc
docker build --platform linux/x86_64 -t xmtp/protoc-kotlin .
docker build --platform linux/x86_64 -t xmtp/protoc-kotlin .
)

rm -rf ./kotlin/lib/src/main/kotlin
Expand Down Expand Up @@ -48,6 +48,4 @@ docker run --platform linux/x86_64 --rm -i -v${PWD}:/code xmtp/protoc-kotlin \
mls/message_contents/group_metadata.proto \
mls/message_contents/group_mutable_metadata.proto \
mls/message_contents/content.proto \
mls/message_contents/transcript_messages.proto \
mls/message_contents/credential.proto \
mls/message_contents/association.proto
mls/message_contents/transcript_messages.proto

0 comments on commit 74a80e7

Please sign in to comment.