Polish syntax in build.gradle

This commit is contained in:
Sam Brannen
2015-07-23 21:13:05 +02:00
parent 0e67adb3a9
commit 2a995ae246

View File

@@ -1027,7 +1027,7 @@ project("spring-test") {
exclude group: "org.slf4j", module: "jcl-over-slf4j"
}
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
testCompile "org.slf4j:slf4j-jcl:${slf4jVersion}"
testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}")
}
task testNG(type: Test) {