Fix indent

This commit is contained in:
Stephane Nicoll
2015-03-27 09:19:09 +01:00
parent 011dd7d67a
commit 861d29641c

View File

@@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:\${springBootVersion}") <% if (!bootOneThreeAvailable) { %>
classpath("io.spring.gradle:dependency-management-plugin:0.4.1.RELEASE")<% } %>
classpath("io.spring.gradle:dependency-management-plugin:0.4.1.RELEASE")<% } %>
}
}