Skip to content

Commit d24e7bb

Browse files
authored
Revert "Added ability to execute dict builder via Gradle"
This reverts commit 8d52f66.
1 parent bc9d2e3 commit d24e7bb

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

lucene/analysis/kuromoji/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*/
1717

1818
apply plugin: 'java-library'
19-
apply plugin: 'application'
2019

2120
description = 'Japanese Morphological Analyzer'
2221

@@ -26,8 +25,3 @@ dependencies {
2625

2726
moduleTestImplementation project(':lucene:test-framework')
2827
}
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

Comments
 (0)