mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +01:00
Revert XChange version to keep jdk10 compatibility
Revert from latest v5.0.0 to v4.2.2, since the newer version libraries are compiled with Java 11, so they cannot be used as part of the Bisq build process which still partially relies on Java 10.
This commit is contained in:
parent
671e80929a
commit
c6ef40e5e4
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ configure(subprojects) {
|
|||
junitVersion = '4.12'
|
||||
jupiterVersion = '5.3.2'
|
||||
kotlinVersion = '1.3.41'
|
||||
knowmXchangeVersion = '5.0.0'
|
||||
knowmXchangeVersion = '4.4.2'
|
||||
langVersion = '3.8'
|
||||
logbackVersion = '1.1.11'
|
||||
loggingVersion = '1.2'
|
||||
|
|
Loading…
Add table
Reference in a new issue