Skip to content

Commit

Permalink
Revert "Added ability to execute dict builder via Gradle"
Browse files Browse the repository at this point in the history
This reverts commit 8d52f66.
  • Loading branch information
azagniotov authored and Alexander Zagniotov committed Feb 22, 2024
1 parent e0efe8f commit 15e2ccc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lucene/analysis/kuromoji/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/

apply plugin: 'java-library'
apply plugin: 'application'

description = 'Japanese Morphological Analyzer'

Expand All @@ -26,8 +25,3 @@ dependencies {

moduleTestImplementation project(':lucene:test-framework')
}

application {
mainModule = 'org.apache.lucene.analysis.kuromoji' // name defined in module-info.java
mainClass = 'org.apache.lucene.analysis.ja.dict.DictionaryBuilder'
}

0 comments on commit 15e2ccc

Please sign in to comment.