提交 2a995ae2 编写于 作者: S Sam Brannen

Polish syntax in build.gradle

上级 0e67adb3
...@@ -1027,7 +1027,7 @@ project("spring-test") { ...@@ -1027,7 +1027,7 @@ project("spring-test") {
exclude group: "org.slf4j", module: "jcl-over-slf4j" exclude group: "org.slf4j", module: "jcl-over-slf4j"
} }
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}") testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
testCompile "org.slf4j:slf4j-jcl:${slf4jVersion}" testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}")
} }
task testNG(type: Test) { task testNG(type: Test) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册