Consistently use double quotes (even if no interpolation needed)

This commit is contained in:
Juergen Hoeller
2018-08-16 15:53:37 +02:00
parent f532de5a8a
commit fb083a3776
8 changed files with 67 additions and 68 deletions

View File

@@ -5,7 +5,7 @@ apply plugin: "groovy"
dependencies {
compile(project(":spring-aop"))
compile(project(":spring-beans"))
compile(project(':spring-core'))
compile(project(":spring-core"))
compile(project(":spring-expression"))
optional(project(":spring-instrument"))
optional("javax.annotation:javax.annotation-api:1.3.2")