FailureExpectedWithNewMetamodel cleanup
This commit is contained in:
parent
c3e8f4a007
commit
c171d79ecf
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue