提交 45afd4fb 编写于 作者: S Sam Brannen

Update build in preparation for Gradle 2.0

As of Gradle 1.8, ‘testReport true’ is deprecated. Thus in order to
generate TestNG reports alongside JUnit reports with Gradle 2.0 and
beyond, we are now using:

  getReports().getHtml().setEnabled(true)
上级 63c143be
......@@ -816,7 +816,7 @@ project("spring-test") {
// "TestCase" classes are run by other test classes, not the build.
exclude "**/*TestCase.class"
// Generate TestNG reports alongside JUnit reports.
testReport true
getReports().getHtml().setEnabled(true)
}
test {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册