feat: sharable var integration

This commit is contained in:
2023-06-25 16:42:40 +08:00
parent 78d068d39b
commit 6dbb0e161c
17 changed files with 663 additions and 139 deletions

View File

@@ -40,7 +40,7 @@ sourceSets {
dependencies {
api project(":common")
api project(":mockjava")
implementation 'org.bdware:delta-crdts:1.1.0'
implementation 'org.bdware:delta-crdts:1.2.0'
implementation 'org.apache.commons:commons-lang3:3.0'
implementation 'com.atlassian.commonmark:commonmark:0.17.0'
implementation 'com.idealista:format-preserving-encryption:1.0.0'
@@ -71,7 +71,7 @@ jar {
// while develop at local use "false"
configurations.runtimeClasspath.filter {
it.getAbsolutePath().contains("/lib/")
// false
false
}.collect {
it.isDirectory() ? it : zipTree(it)
}