Sign in
apache
/
tapestry-5
/
refs/heads/5.5.x
/
.
/
tapestry-ioc-junit
/
build.gradle
blob: 6b2b625e926cdb9e619fa4ed20e662818c87267a [
file
] [
log
] [
blame
]
description
=
"Utilities for junit testing a tapestry-ioc application"
dependencies
{
compile project
(
':tapestry-ioc'
)
compile
'junit:junit:4.11'
}
test
{
useJUnit
()
}