mirror of
https://gitee.com/BDWare/cp.git
synced 2025-12-28 01:49:26 +00:00
feat: sharable var integration
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user