Polish gradle examples
Spaces -> Tabs, version number, whitespace.
This commit is contained in:
		
							parent
							
								
									338b32ebdb
								
							
						
					
					
						commit
						632af6b1ab
					
				| 
						 | 
				
			
			@ -18,7 +18,7 @@ apply plugin: 'spring-boot'
 | 
			
		|||
 | 
			
		||||
jar {
 | 
			
		||||
	baseName = 'spring-boot-sample-actuator'
 | 
			
		||||
    version =  '1.0.0'
 | 
			
		||||
	version =  '0.0.0'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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 {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -22,7 +22,7 @@ mainClassName = "sample.ui.SampleWebStaticApplication"
 | 
			
		|||
 | 
			
		||||
war {
 | 
			
		||||
	baseName = 'spring-boot-sample-web-static'
 | 
			
		||||
	version =  '0.5.0'
 | 
			
		||||
	version =  '0.0.0'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -23,7 +23,7 @@ mainClassName = "sample.ui.SampleWebUiApplication"
 | 
			
		|||
 | 
			
		||||
jar {
 | 
			
		||||
	baseName = 'spring-boot-sample-web-ui'
 | 
			
		||||
	version =  '0.5.0'
 | 
			
		||||
	version =  '0.0.0'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue