| 
									
										
										
										
											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-07-03 00:38:13 +08:00
										 |  |  | 	id "org.springframework.boot.annotation-processor" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | description = "Spring Boot AutoConfigure Annotation Processor" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 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("org.assertj:assertj-core") | 
					
						
							|  |  |  | 	testImplementation("org.springframework:spring-core") | 
					
						
							|  |  |  | 	testImplementation("org.junit.jupiter:junit-jupiter") | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | } |