problem: allows multiple different endpoints for same upstream

solution: simplify config, allow to setup only one connection type per upstream
This commit is contained in:
Igor Artamonov
2019-07-27 22:31:49 -04:00
parent c5228c2cce
commit b996edabef
9 changed files with 365 additions and 526 deletions

View File

@@ -23,7 +23,7 @@ plugins {
group = 'io.emeraldpay.dshackle'
version = '0.1-SNAPSHOT'
version = '0.2-SNAPSHOT'
targetCompatibility = '1.8'
sourceCompatibility = '1.8'