[bisq-network/bisq] Bump gradle to v6.8.3, mockito to v3.9.0 (#5403)

Maxim Belkin notifications at github.com
Sun Apr 11 09:00:01 CEST 2021


I've figured out what the issue is -- it's the version of Java that is at fault. So, here is what I've got on the system:

```sh
$ /usr/libexec/java_home -V
Matching Java Virtual Machines (4):
    14.0.2 (x86_64) "Oracle Corporation" - "OpenJDK 14.0.2" /Library/Java/JavaVirtualMachines/openjdk-14.0.2.jdk/Contents/Home
    10.0.2 (x86_64) "Oracle Corporation" - "OpenJDK 10.0.2" /Library/Java/JavaVirtualMachines/openjdk-10.0.2.jdk/Contents/Home
    1.8.202.08 (x86_64) "Oracle Corporation" - "Java" /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home
    1.8.0_202 (x86_64) "Oracle Corporation" - "Java SE 8" /Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home
/Library/Java/JavaVirtualMachines/openjdk-14.0.2.jdk/Contents/Home
```

And the default one is 14.0.2. If I use that -- I get the error messages reported in this PR. Changes I suggested makes things compile... but there are some issues with the final product.

If I switch to Java 10.0.2 (by setting JAVA_HOME), things compile and work just fine:

```sh
export JAVA_HOME=`/usr/libexec/java_home -v 10.0.2`
```

@ghubstan, could you please confirm that you're using Java 10 (or something close to 10)?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5403#issuecomment-817260223
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210411/770e2d49/attachment.htm>


More information about the bisq-github mailing list