[bisq-network/bisq] Set gradle java src & target compat = VERSION_11 (PR #5860)

Stan notifications at github.com
Tue Nov 23 23:52:08 CET 2021


This change sets java source and class generation version targets to 11.  The Bisq distribution is built with JDK 11, but the build file's source target has remained at 1.10.  Upgrading allows devs to use java syntax features and apis available `@since 11`, and it might help anyone building the src avoid confusion over which JDK they should use:  the minimum is JDK 11, but the old `sourceCompatibility` was 1.10, implying JDK 10 might work).

See https://docs.gradle.org/current/userguide/java_plugin.html#sec:java-extension

You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Set gradle java src & target compat =  VERSION_11

-- File Changes --

    M build.gradle (3)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/5860.patch
https://github.com/bisq-network/bisq/pull/5860.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/5860
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211123/9adf4e5e/attachment.htm>


More information about the bisq-github mailing list