blob: 3b7dccbb8adc10c9d5c0fcc16e10ba517a0d9ee1 [file]
description = "Tutorial on how to use Qi4j service concept."
jar { manifest { name = "Qi4j Tutorial - Services" }}
dependencies {
compile(project(":org.qi4j.core:org.qi4j.core.bootstrap"))
testCompile(project(":org.qi4j.core:org.qi4j.core.testsupport"))
testRuntime(project(":org.qi4j.core:org.qi4j.core.runtime"))
testRuntime(libraries.logback)
}