| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | plugins { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	id "java-library" | 
					
						
							|  |  |  | 	id "org.springframework.boot.conventions" | 
					
						
							|  |  |  | 	id "org.springframework.boot.deployed" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | description = "Spring Boot Configuration Annotation Processor" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | sourceSets { | 
					
						
							|  |  |  | 	main { | 
					
						
							|  |  |  | 		java { | 
					
						
							|  |  |  | 			srcDir file("src/json-shade/java") | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dependencies { | 
					
						
							| 
									
										
										
										
											2020-01-23 06:09:17 +08:00
										 |  |  | 	testImplementation(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies"))) | 
					
						
							|  |  |  | 	testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support")) | 
					
						
							|  |  |  | 	testImplementation("javax.validation:validation-api") | 
					
						
							|  |  |  | 	testImplementation("org.assertj:assertj-core") | 
					
						
							|  |  |  | 	testImplementation("org.hamcrest:hamcrest-library") | 
					
						
							|  |  |  | 	testImplementation("org.junit.jupiter:junit-jupiter") | 
					
						
							|  |  |  | 	testImplementation("org.mockito:mockito-core") | 
					
						
							|  |  |  | 	testImplementation("org.projectlombok:lombok") | 
					
						
							|  |  |  | 	testImplementation("org.springframework:spring-core") | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | } |