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

Maxim Belkin notifications at github.com
Sat Apr 10 00:46:31 CEST 2021


Running `./gradlew build` on macOS 10.16 BigSur produces the following error message:
```
FAILURE: Build failed with an exception.

* What went wrong:
Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

* 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 1s
```

A quick Google search showed that Gradle 6.3 or above it required. This new Gradle, in turn, requires new(er) Mockito. In this PR I bump both to the latest stable versions. With these fixes, I can successfully execute `./gradlew build` on macOS BigSur.
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/5403

-- Commit Summary --

  * Bump gradle to v6.8.3, mockito to v3.9.0

-- File Changes --

    M build.gradle (2)
    M gradle/wrapper/gradle-wrapper.properties (4)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/5403.patch
https://github.com/bisq-network/bisq/pull/5403.diff

-- 
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210409/0571c878/attachment.htm>


More information about the bisq-github mailing list