<h3>Description</h3>
<p>Did <code>git fetch</code>, <code>git checkout v1.2.1</code>, <code>./gradlew build</code> and it now fails with multiple errors like:</p>
<pre><code>/opt/bisq/common/build/generated/source/proto/main/java/protobuf/PayDepositRequest.java:266: error: cannot find symbol
    return protobuf.Pb.internal_static_io_bisq_protobuffer_PayDepositRequest_descriptor;
</code></pre>
<h4>Version</h4>
<p>v1.2.1 tag.</p>
<h3>Steps to reproduce</h3>
<p>Checkout & build on Debina Sid.</p>
<h3>Expected behaviour</h3>
<p>Should build.</p>
<h3>Actual behaviour</h3>
<p>Build fails.</p>
<h4>Device or machine</h4>
<p>Debian Sid amd64</p>
<h4>Additional info</h4>
<pre><code>> Task :assets:compileKotlin UP-TO-DATE
> Task :assets:compileJava UP-TO-DATE
> Task :assets:processResources UP-TO-DATE
> Task :assets:classes UP-TO-DATE
> Task :assets:inspectClassesForKotlinIC UP-TO-DATE
> Task :assets:jar UP-TO-DATE
> Task :assets:assemble UP-TO-DATE
> Task :assets:compileTestKotlin UP-TO-DATE
> Task :assets:compileTestJava UP-TO-DATE
> Task :assets:processTestResources NO-SOURCE
> Task :assets:testClasses UP-TO-DATE
> Task :assets:test UP-TO-DATE
> Task :assets:check UP-TO-DATE
> Task :assets:build UP-TO-DATE
> Task :common:extractIncludeProto UP-TO-DATE
> Task :common:extractProto UP-TO-DATE
> Task :common:generateProto UP-TO-DATE
> Task :common:compileKotlin UP-TO-DATE

> Task :common:compileJava
/opt/bisq/common/build/generated/source/proto/main/java/protobuf/PayDepositRequest.java:266: error: cannot find symbol
    return protobuf.Pb.internal_static_io_bisq_protobuffer_PayDepositRequest_descriptor;
                      ^
  symbol:   variable internal_static_io_bisq_protobuffer_PayDepositRequest_descriptor
  location: class Pb
/opt/bisq/common/build/generated/source/proto/main/java/protobuf/PayDepositRequest.java:272: error: cannot find symbol
    return protobuf.Pb.internal_static_io_bisq_protobuffer_PayDepositRequest_fieldAccessorTable
                      ^
  symbol:   variable internal_static_io_bisq_protobuffer_PayDepositRequest_fieldAccessorTable
  location: class Pb
/opt/bisq/common/build/generated/source/proto/main/java/protobuf/PayDepositRequest.java:1210: error: cannot find symbol
      return protobuf.Pb.internal_static_io_bisq_protobuffer_PayDepositRequest_descriptor;
                        ^
  symbol:   variable internal_static_io_bisq_protobuffer_PayDepositRequest_descriptor
  location: class Pb
/opt/bisq/common/build/generated/source/proto/main/java/protobuf/PayDepositRequest.java:1216: error: cannot find symbol
      return protobuf.Pb.internal_static_io_bisq_protobuffer_PayDepositRequest_fieldAccessorTable
                        ^
  symbol:   variable internal_static_io_bisq_protobuffer_PayDepositRequest_fieldAccessorTable
  location: class Pb
/opt/bisq/common/build/generated/source/proto/main/java/protobuf/PayDepositRequest.java:1326: error: cannot find symbol
      return protobuf.Pb.internal_static_io_bisq_protobuffer_PayDepositRequest_descriptor;
                        ^
  symbol:   variable internal_static_io_bisq_protobuffer_PayDepositRequest_descriptor
  location: class Pb
/opt/bisq/common/build/generated/source/proto/main/java/protobuf/PublishDepositTxRequest.java:177: error: cannot find symbol
    return protobuf.Pb.internal_static_io_bisq_protobuffer_PublishDepositTxRequest_descriptor;
                      ^
  symbol:   variable internal_static_io_bisq_protobuffer_PublishDepositTxRequest_descriptor
  location: class Pb
/opt/bisq/common/build/generated/source/proto/main/java/protobuf/PublishDepositTxRequest.java:183: error: cannot find symbol
    return protobuf.Pb.internal_static_io_bisq_protobuffer_PublishDepositTxRequest_fieldAccessorTable
                      ^
  symbol:   variable internal_static_io_bisq_protobuffer_PublishDepositTxRequest_fieldAccessorTable
  location: class Pb
/opt/bisq/common/build/generated/source/proto/main/java/protobuf/PublishDepositTxRequest.java:808: error: cannot find symbol
      return protobuf.Pb.internal_static_io_bisq_protobuffer_PublishDepositTxRequest_descriptor;
                        ^
  symbol:   variable internal_static_io_bisq_protobuffer_PublishDepositTxRequest_descriptor
  location: class Pb
/opt/bisq/common/build/generated/source/proto/main/java/protobuf/PublishDepositTxRequest.java:814: error: cannot find symbol
      return protobuf.Pb.internal_static_io_bisq_protobuffer_PublishDepositTxRequest_fieldAccessorTable
                        ^
  symbol:   variable internal_static_io_bisq_protobuffer_PublishDepositTxRequest_fieldAccessorTable
  location: class Pb
/opt/bisq/common/build/generated/source/proto/main/java/protobuf/PublishDepositTxRequest.java:882: error: cannot find symbol
      return protobuf.Pb.internal_static_io_bisq_protobuffer_PublishDepositTxRequest_descriptor;
                        ^
  symbol:   variable internal_static_io_bisq_protobuffer_PublishDepositTxRequest_descriptor
  location: class Pb
/opt/bisq/common/build/generated/source/proto/main/java/protobuf/DepositTxPublishedMessage.java:105: error: cannot find symbol
    return protobuf.Pb.internal_static_io_bisq_protobuffer_DepositTxPublishedMessage_descriptor;
                      ^
  symbol:   variable internal_static_io_bisq_protobuffer_DepositTxPublishedMessage_descriptor
  location: class Pb
/opt/bisq/common/build/generated/source/proto/main/java/protobuf/DepositTxPublishedMessage.java:111: error: cannot find symbol
    return protobuf.Pb.internal_static_io_bisq_protobuffer_DepositTxPublishedMessage_fieldAccessorTable
                      ^
  symbol:   variable internal_static_io_bisq_protobuffer_DepositTxPublishedMessage_fieldAccessorTable
  location: class Pb
/opt/bisq/common/build/generated/source/proto/main/java/protobuf/DepositTxPublishedMessage.java:414: error: cannot find symbol
      return protobuf.Pb.internal_static_io_bisq_protobuffer_DepositTxPublishedMessage_descriptor;
                        ^
  symbol:   variable internal_static_io_bisq_protobuffer_DepositTxPublishedMessage_descriptor
  location: class Pb
/opt/bisq/common/build/generated/source/proto/main/java/protobuf/DepositTxPublishedMessage.java:420: error: cannot find symbol
      return protobuf.Pb.internal_static_io_bisq_protobuffer_DepositTxPublishedMessage_fieldAccessorTable
                        ^
  symbol:   variable internal_static_io_bisq_protobuffer_DepositTxPublishedMessage_fieldAccessorTable
  location: class Pb
/opt/bisq/common/build/generated/source/proto/main/java/protobuf/DepositTxPublishedMessage.java:461: error: cannot find symbol
      return protobuf.Pb.internal_static_io_bisq_protobuffer_DepositTxPublishedMessage_descriptor;
                        ^
  symbol:   variable internal_static_io_bisq_protobuffer_DepositTxPublishedMessage_descriptor
  location: class Pb
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
15 errors

> Task :common:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':common:compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 16s
13 actionable tasks: 1 executed, 12 up-to-date

</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/3536?email_source=notifications&email_token=AJFFTNQBXIOR74LNCAC27DLQRMP5XA5CNFSM4JHPUZXKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HV4H7QQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNWWMN4VWO3BSUSRZEDQRMP5XANCNFSM4JHPUZXA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNT7HD4WDKLFIHOFKC3QRMP5XA5CNFSM4JHPUZXKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HV4H7QQ.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/3536?email_source=notifications\u0026email_token=AJFFTNQBXIOR74LNCAC27DLQRMP5XA5CNFSM4JHPUZXKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HV4H7QQ",
"url": "https://github.com/bisq-network/bisq/issues/3536?email_source=notifications\u0026email_token=AJFFTNQBXIOR74LNCAC27DLQRMP5XA5CNFSM4JHPUZXKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HV4H7QQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>