mirror of https://github.com/apache/activemq.git
3 lines
132 B
Plaintext
3 lines
132 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
mkdir -p target/generated-source
|
||
|
protoc -I=src/main/proto --java_out=src/main/java src/main/proto/openwire.proto
|