synchronizers separate

This commit is contained in:
MaxKey
2022-01-23 08:12:25 +08:00
parent 2444351ef7
commit 757c3861d9
43 changed files with 92 additions and 69 deletions

View File

@@ -0,0 +1,14 @@
description = "maxkey-synchronizer"
apply plugin: 'java'
dependencies {
//local jars
implementation fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
implementation project(":maxkey-common")
implementation project(":maxkey-core")
implementation project(":maxkey-persistence")
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
}