blob: 87bbef0ca2ab9722f0ab9712c6568db413225ac2 [file]
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)
}