We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547b146 commit 399db80Copy full SHA for 399db80
1 file changed
littleTools/x-JavaService/build.gradle
@@ -1,15 +1,7 @@
1
dependencies {
2
api project(':xcore')
3
- implementation 'org.apache.lucene:lucene-core:8.11.2'
4
- implementation 'org.apache.lucene:lucene-backward-codecs:8.11.2'
5
}
6
7
group = 'com.xwintop'
8
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
-}
+description = 'x-JavaService'
0 commit comments