From c171d79ecf942db36bd8d8b38f602adedc4a5dcb Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Thu, 27 Mar 2014 07:17:25 -0500 Subject: [PATCH] FailureExpectedWithNewMetamodel cleanup --- hibernate-core/hibernate-core.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hibernate-core/hibernate-core.gradle b/hibernate-core/hibernate-core.gradle index 33f84cdda1..2f0c468ec7 100644 --- a/hibernate-core/hibernate-core.gradle +++ b/hibernate-core/hibernate-core.gradle @@ -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 {