Misc cleanups

Removed hardwired Spring Boot version
Cleaned up gradle.properties and settings.gradle
This commit is contained in:
Chris Richardson
2015-01-01 20:36:18 -08:00
parent da0aaf7d28
commit f7f19765a1
9 changed files with 5 additions and 34 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.8.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion")
}
}