add sharedvar

This commit is contained in:
CaiHQ
2023-06-09 17:45:02 +08:00
parent d76f816e92
commit 50991a89d0
6 changed files with 251 additions and 22 deletions

View File

@@ -38,6 +38,7 @@ sourceSets {
dependencies {
api project(":common")
api project(":mockjava")
implementation 'org.bdware:delta-crdts:1.1.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'
@@ -67,8 +68,8 @@ jar {
// uncomment this when publish,
// while develop at local use "false"
configurations.runtimeClasspath.filter {
it.getAbsolutePath().contains("/lib/")
//false
// it.getAbsolutePath().contains("/lib/")
false
}.collect {
it.isDirectory() ? it : zipTree(it)
}