blob: a2106e50f482ad9d04db9fcfc52b3019269349b9 [file]
description = "Basic tutorial on how to covert a simple 'Hello World' application to Qi4j, using more and more features for each step."
jar { manifest { name = "Qi4j Tutorial - Composites" }}
dependencies {
compile(project(":org.qi4j.core:org.qi4j.core.bootstrap"))
compile(project(":org.qi4j.libraries:org.qi4j.library.constraints"))
compile(project(":org.qi4j.libraries:org.qi4j.library.rdf"))
compile(project(":org.qi4j.libraries:org.qi4j.library.lang-jruby"))
testCompile(project(":org.qi4j.core:org.qi4j.core.testsupport"))
testRuntime(project(":org.qi4j.core:org.qi4j.core.runtime"))
testRuntime(libraries.logback)
}