1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 14:40:34 +01:00
eclair/lightning-types/generate.bat
2015-08-19 15:43:58 +02:00

7 lines
No EOL
230 B
Batchfile

@echo off
call mvn -f pom_generate_scalapb.xml package
call mkdir target\generated-sources\scala
protoc --plugin=protoc-gen-scala=protoc-gen-scala.bat --scala_out=target\generated-sources\scala src\main\protobuf\lightning.proto