mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 00:09:31 +01:00
Fix output directory of protobuf regeneration.
This commit is contained in:
parent
513a75b4ba
commit
0fb81a7288
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
</path>
|
||||
<pathconvert pathsep=" " property="proto.files" refid="proto.path"/>
|
||||
<exec executable="protoc" failonerror="true">
|
||||
<arg value="--java_out=${project.basedir}/src"/>
|
||||
<arg value="--java_out=${project.basedir}/src/main/java"/>
|
||||
<arg value="-I${project.basedir}/src"/>
|
||||
<arg line="${proto.files}"/>
|
||||
</exec>
|
||||
|
|
Loading…
Add table
Reference in a new issue