mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +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>
|
</path>
|
||||||
<pathconvert pathsep=" " property="proto.files" refid="proto.path"/>
|
<pathconvert pathsep=" " property="proto.files" refid="proto.path"/>
|
||||||
<exec executable="protoc" failonerror="true">
|
<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 value="-I${project.basedir}/src"/>
|
||||||
<arg line="${proto.files}"/>
|
<arg line="${proto.files}"/>
|
||||||
</exec>
|
</exec>
|
||||||
|
|
Loading…
Add table
Reference in a new issue