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

@@ -2,7 +2,7 @@ description = "Spring AOP"
dependencies {
compile(project(":spring-beans"))
compile(project(':spring-core'))
compile(project(":spring-core"))
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
optional("org.apache.commons:commons-pool2:2.5.0")
optional("com.jamonapi:jamon:2.81")