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

@ -18,7 +18,7 @@ apply plugin: 'spring-boot'
jar {
baseName = 'spring-boot-sample-actuator'
version = '1.0.0'
version = '0.0.0'
}
repositories {

View File

@ -11,7 +11,6 @@ buildscript {
}
}
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
@ -19,7 +18,7 @@ apply plugin: 'spring-boot'
jar {
baseName = 'spring-boot-sample-simple'
version = '1.0.0'
version = '0.0.0'
}
repositories {

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 {

View File

@ -23,7 +23,7 @@ mainClassName = "sample.ui.SampleWebUiApplication"
jar {
baseName = 'spring-boot-sample-web-ui'
version = '0.5.0'
version = '0.0.0'
}
repositories {