xref: /Lucene/lucene/analysis/stempel/build.gradle (revision ff547e7bbdc78d6869b6f47d828aa6452664ce58)
1975df9ddSRobert Muir/*
2975df9ddSRobert Muir * Licensed to the Apache Software Foundation (ASF) under one or more
3975df9ddSRobert Muir * contributor license agreements.  See the NOTICE file distributed with
4975df9ddSRobert Muir * this work for additional information regarding copyright ownership.
5975df9ddSRobert Muir * The ASF licenses this file to You under the Apache License, Version 2.0
6975df9ddSRobert Muir * (the "License"); you may not use this file except in compliance with
7975df9ddSRobert Muir * the License.  You may obtain a copy of the License at
8975df9ddSRobert Muir *
9975df9ddSRobert Muir *     http://www.apache.org/licenses/LICENSE-2.0
10975df9ddSRobert Muir *
11975df9ddSRobert Muir * Unless required by applicable law or agreed to in writing, software
12975df9ddSRobert Muir * distributed under the License is distributed on an "AS IS" BASIS,
13975df9ddSRobert Muir * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14975df9ddSRobert Muir * See the License for the specific language governing permissions and
15975df9ddSRobert Muir * limitations under the License.
16975df9ddSRobert Muir */
17975df9ddSRobert Muir
18d4a98423SDawid Weissapply plugin: 'java-library'
19d4a98423SDawid Weiss
2006df50e7SUwe Schindlerdescription = 'Analyzer for indexing Polish'
2106df50e7SUwe Schindler
22d4a98423SDawid Weissdependencies {
23d2c98912SDawid Weiss  moduleApi project(':lucene:core')
24d2c98912SDawid Weiss  moduleApi project(':lucene:analysis:common')
25d4a98423SDawid Weiss
26*ff547e7bSDawid Weiss  moduleTestImplementation project(':lucene:test-framework')
27d4a98423SDawid Weiss}
28