blob: 35ae6eba83b7ad24b0018a3ad8b947ff4c20f245 [file] [log] [blame]
jar { manifest { description = "Qi4j Reindexer Extension" }}
dependencies {
compile(project(":org.qi4j.core:org.qi4j.core.spi"))
testCompile(project(":org.qi4j.core:org.qi4j.core.testsupport"))
testCompile(project(':org.qi4j.extensions:org.qi4j.extension.entitystore-jdbm'))
testCompile(project(':org.qi4j.extensions:org.qi4j.extension.indexing-rdf'))
testRuntime(project(":org.qi4j.core:org.qi4j.core.runtime"))
testRuntime(libraries.logback)
}