mirror of
https://gitee.com/BDWare/router-backend
synced 2025-01-26 09:44:04 +00:00
chore: submodule
This commit is contained in:
parent
d5638662de
commit
f0df9583bb
@ -12,6 +12,8 @@ application {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(":front-base")
|
implementation project(":front-base")
|
||||||
|
implementation project(":test-tool")
|
||||||
|
implementation project(":sdk-java")
|
||||||
|
|
||||||
// https://mvnrepository.com/artifact/com.jianggujin/IKAnalyzer-lucene
|
// https://mvnrepository.com/artifact/com.jianggujin/IKAnalyzer-lucene
|
||||||
implementation 'com.jianggujin:IKAnalyzer-lucene:8.0.0'
|
implementation 'com.jianggujin:IKAnalyzer-lucene:8.0.0'
|
||||||
@ -26,6 +28,8 @@ dependencies {
|
|||||||
implementation 'org.apache.lucene:lucene-queryparser:8.10.1'
|
implementation 'org.apache.lucene:lucene-queryparser:8.10.1'
|
||||||
|
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
|
|
||||||
|
implementation 'com.jcraft:jsch:0.1.55'
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
@ -74,7 +78,7 @@ task copyLibs(type: Copy, dependsOn: ["copyScript", 'copySsl']) {
|
|||||||
into "./build/output/libs/"
|
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")
|
// println("copyJar start")
|
||||||
// commandLine "cp", "./build/libs/$project.name-$version" + ".jar", "./build/output/bdcluster.jar"
|
// commandLine "cp", "./build/libs/$project.name-$version" + ".jar", "./build/output/bdcluster.jar"
|
||||||
//}
|
//}
|
||||||
|
Loading…
Reference in New Issue
Block a user