<p></p>
<p>I've been building from source master regularly using <code>./gradew build</code>. Today, I get the error below. Last successful build was a few weeks ago. Nothing changed in my environment since. I'm using Debian Buster.</p>
<p>My java version:</p>
<pre><code>$ java --version
openjdk 10.0.2 2018-07-17
OpenJDK Runtime Environment 18.3 (build 10.0.2+13)
OpenJDK 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)
</code></pre>
<p>The build error:</p>
<pre><code>...
  symbol:   variable internal_static_io_bisq_protobuffer_TradeStatisticsList_fieldAccessorTable
  location: class Pb
/home/user/Code/bisq/proto/build/generated/source/proto/main/java/protobuf/TradeStatisticsList.java:348: error: cannot find symbol
      return protobuf.Pb.internal_static_io_bisq_protobuffer_TradeStatisticsList_descriptor;
                        ^
  symbol:   variable internal_static_io_bisq_protobuffer_TradeStatisticsList_descriptor
  location: class Pb
20 errors

> Task :proto:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':proto:compileJava'.
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/issues/4394">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNRZGYEU5ZT5ESICVODR6S7QFANCNFSM4PSHAOMQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNQAS4OPDEKPGRCRPADR6S7QFA5CNFSM4PSHAOM2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KAEOPMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/issues/4394",
"url": "https://github.com/bisq-network/bisq/issues/4394",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>