blob: 2366a915055f2f8102e1960b0c734ac098d9be2a [file] [log] [blame]
description = "Allows Clojure functions to be injected into Tapestry services and components"
dependencies {
compile project(':tapestry-ioc')
compile "org.clojure:clojure:1.5.1"
// Added just to prove that it works (TAP5-1945)
testCompile project(':tapestry-core')
testRuntime "javax.servlet:servlet-api:${versions.servletapi}"
testCompile "org.spockframework:spock-core:${versions.spock}"
}
test {
useJUnit()
}
jar {
manifest {
attributes 'Tapestry-Module-Classes': 'org.apache.tapestry5.clojure.modules.ClojureModule'
}
}