[bisq-network/bisq] [WIP] Add official Java 15 support (PR #5836)

Christoph Atteneder notifications at github.com
Thu Nov 18 15:15:37 CET 2021


@ripcurlx commented on this pull request.



> @@ -7,8 +7,8 @@ task jpackageSanityChecks {
     description 'Interactive sanity checks on the version of the code that will be packaged'
 
     doLast {
-        // Enforce JDK 11 for compiling and building
-        assert JavaVersion.current().isJava11(): "JDK 11 is required"
+        // Enforce JDK 15 for compiling and building
+        assert JavaVersion.current() == JavaVersion.VERSION_15: "JDK 15 is required"

I think to have the choice would be better as long as we don't support any other LTS java version.

-- 
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/5836#discussion_r752281858
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211118/a589eb9b/attachment.htm>


More information about the bisq-github mailing list