chore: submodule

This commit is contained in:
yanghuanyu 2021-12-20 10:16:47 +08:00
parent d5638662de
commit f0df9583bb

View File

@ -12,6 +12,8 @@ application {
dependencies {
implementation project(":front-base")
implementation project(":test-tool")
implementation project(":sdk-java")
// https://mvnrepository.com/artifact/com.jianggujin/IKAnalyzer-lucene
implementation 'com.jianggujin:IKAnalyzer-lucene:8.0.0'
@ -26,6 +28,8 @@ dependencies {
implementation 'org.apache.lucene:lucene-queryparser:8.10.1'
testImplementation 'junit:junit:4.13.2'
implementation 'com.jcraft:jsch:0.1.55'
}
jar {
@ -74,7 +78,7 @@ task copyLibs(type: Copy, dependsOn: ["copyScript", 'copySsl']) {
into "./build/output/libs/"
}
//task copyJar(type: Exec, dependsOn: [":front-cluster:jar", ":front-cluster:copyLibs"]) {
//task copyJar(type: Exec, dependsOn: [":router-backend:jar", ":router-backend:copyLibs"]) {
// println("copyJar start")
// commandLine "cp", "./build/libs/$project.name-$version" + ".jar", "./build/output/bdcluster.jar"
//}