FailureExpectedWithNewMetamodel cleanup

This commit is contained in:
Steve Ebersole 2014-03-27 07:17:25 -05:00
parent c3e8f4a007
commit c171d79ecf
1 changed files with 8 additions and 8 deletions

View File

@ -53,14 +53,14 @@ def osgiDescription() {
return pomDescription()
}
test {
testLogging {
// make test events logged as LIFECYCLE so they show up in console
// this, e.g., allows us to see the name of each test as Gradle starts
// it, so we can see where (if) the build hangs in tests
events "started", "skipped", "failed"
}
}
//test {
// testLogging {
// // make test events logged as LIFECYCLE so they show up in console
// // this, e.g., allows us to see the name of each test as Gradle starts
// // it, so we can see where (if) the build hangs in tests
// events "started", "skipped", "failed"
// }
//}
jar {
manifest {