mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-12 10:30:45 +01:00
5 lines
178 B
Text
5 lines
178 B
Text
|
mvn -f pom_generate_scalapb.xml package
|
||
|
mkdir -p target/generated-sources/scala
|
||
|
PATH=.:$PATH protoc --scala_out=target/generated-sources/scala src/main/protobuf/lightning.proto
|
||
|
|