We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9d2e3 commit d24e7bbCopy full SHA for d24e7bb
1 file changed
lucene/analysis/kuromoji/build.gradle
@@ -16,7 +16,6 @@
16
*/
17
18
apply plugin: 'java-library'
19
-apply plugin: 'application'
20
21
description = 'Japanese Morphological Analyzer'
22
@@ -26,8 +25,3 @@ dependencies {
26
25
27
moduleTestImplementation project(':lucene:test-framework')
28
}
29
-
30
-application {
31
- mainModule = 'org.apache.lucene.analysis.kuromoji' // name defined in module-info.java
32
- mainClass = 'org.apache.lucene.analysis.ja.dict.DictionaryBuilder'
33
-}
0 commit comments