mirror of
https://gitee.com/BDWare/router-backend
synced 2025-01-25 01:04:05 +00:00
chore: submodule
This commit is contained in:
parent
d5638662de
commit
f0df9583bb
@ -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"
|
||||
//}
|
||||
|
Loading…
Reference in New Issue
Block a user