| description = "Tutorial on how to convert existing application into a Qi4j one, step-by-step." | |
| jar { manifest { name = "Qi4j Tutorial - Cargo" }} | |
| dependencies { | |
| compile(project(":org.qi4j.core:org.qi4j.core.bootstrap")) | |
| compile(project(":org.qi4j.core:org.qi4j.core.runtime")) // TODO: Get rid of this dependency | |
| testCompile(project(":org.qi4j.core:org.qi4j.core.testsupport")) | |
| testCompile(libraries.easymock) | |
| testRuntime(libraries.logback) | |
| } |