Skip to content

Commit 399db80

Browse files
author
fxu
committed
build: 移除 Lucene 依赖并简化构建配置
1 parent 547b146 commit 399db80

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
dependencies {
22
api project(':xcore')
3-
implementation 'org.apache.lucene:lucene-core:8.11.2'
4-
implementation 'org.apache.lucene:lucene-backward-codecs:8.11.2'
53
}
64

75
group = 'com.xwintop'
86
version = '0.0.1'
9-
description = 'x-JavaService'
10-
11-
//打jar包需要包含依赖的配置
12-
jar {
13-
duplicatesStrategy = 'exclude'
14-
from { configurations.compileClasspath.findAll { it.name.contains("lucene")}.collect { zipTree(it) } }
15-
}
7+
description = 'x-JavaService'

0 commit comments

Comments
 (0)