[bisq-network/bisq] Update to JDK11 (#1810)

Christoph Atteneder notifications at github.com
Thu Oct 25 08:17:39 UTC 2018


Changing in the p2p/build.gradle file the jcenter url worked for me (https://stackoverflow.com/questions/22887829/peer-not-authenticated-while-importing-gradle-project-in-eclipse):
**Before**
```
repositories {
    jcenter()
    maven { url 'https://jitpack.io' }
    maven { url 'https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/' }
}
```
**After**
```
repositories {
    jcenter {
        url "http://jcenter.bintray.com/"
    }
    maven { url 'https://jitpack.io' }
    maven { url 'https://raw.githubusercontent.com/JesusMcCloud/tor-binary/master/release/' }
}
```

-- 
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/1810#issuecomment-432957720
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181025/9ca1de8a/attachment.html>


More information about the bisq-github mailing list