Consistently use double quotes (even if no interpolation needed)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user