| 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) | |
| } |