Fix quotes in a Gradle example
This commit is contained in:
committed by
Dave Syer
parent
59124d07c4
commit
60ad7cd787
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user