Fix quotes in a Gradle example

This commit is contained in:
Sebastien Deleuze
2014-03-25 14:55:03 +01:00
committed by Dave Syer
parent 59124d07c4
commit 60ad7cd787

View File

@@ -525,7 +525,7 @@ Example in Gradle:
[source,groovy,indent=0,subs="verbatim,quotes,attributes"]
----
configurations {
compile.exclude module: 'spring-boot-starter-tomcat'
compile.exclude module: "spring-boot-starter-tomcat"
}
dependencies {