static&synchronizers

This commit is contained in:
MaxKey
2021-07-31 19:42:31 +08:00
parent 0f11af5a16
commit bcdabe095d
2169 changed files with 162 additions and 94 deletions

View File

@@ -0,0 +1,14 @@
description = "maxkey-synchronizers-dingding"
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-identitys:maxkey-synchronizers")
}