Polish gradle examples

Spaces -> Tabs, version number, whitespace.
This commit is contained in:
Phillip Webb
2014-03-19 16:50:55 -07:00
parent 338b32ebdb
commit 632af6b1ab
4 changed files with 35 additions and 36 deletions

View File

@@ -22,7 +22,7 @@ mainClassName = "sample.ui.SampleWebStaticApplication"
war {
baseName = 'spring-boot-sample-web-static'
version = '0.5.0'
version = '0.0.0'
}
repositories {