From f0df9583bba996b65d7a8354e8e5e92ce362e9a3 Mon Sep 17 00:00:00 2001 From: yanghuanyu <991390114@qq.com> Date: Mon, 20 Dec 2021 10:16:47 +0800 Subject: [PATCH] chore: submodule --- build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b66058d..1b42e2c 100644 --- a/build.gradle +++ b/build.gradle @@ -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" //}