| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | plugins { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	id "java" | 
					
						
							|  |  |  | 	id "org.springframework.boot.conventions" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | description = "Spring Boot Configuration Processor Tests" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dependencies { | 
					
						
							| 
									
										
										
										
											2020-01-23 06:09:17 +08:00
										 |  |  | 	annotationProcessor(project(":spring-boot-project:spring-boot-tools:spring-boot-configuration-processor")) | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-23 06:09:17 +08:00
										 |  |  | 	implementation(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies"))) | 
					
						
							|  |  |  | 	implementation(project(":spring-boot-project:spring-boot")) | 
					
						
							|  |  |  | 	implementation("jakarta.validation:jakarta.validation-api") | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-23 06:09:17 +08:00
										 |  |  | 	testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test")) | 
					
						
							|  |  |  | 	testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-configuration-metadata")) | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | } |