mirror of https://github.com/apache/lucene.git
7 lines
139 B
Groovy
7 lines
139 B
Groovy
|
apply plugin: 'java-library'
|
||
|
|
||
|
dependencies {
|
||
|
implementation project(':solr:core')
|
||
|
testImplementation project(':solr:test-framework')
|
||
|
}
|