Update build.gradle.kts
This commit is contained in:
		
					parent
					
						
							
								8fade50f5d
							
						
					
				
			
			
				commit
				
					
						3cc3ec1f7d
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -4,12 +4,12 @@ plugins { | ||||||
|     id("io.spring.dependency-management") version "1.1.6" |     id("io.spring.dependency-management") version "1.1.6" | ||||||
|     id("checkstyle") |     id("checkstyle") | ||||||
|     id("org.sonarqube") version "5.0.0.4638" |     id("org.sonarqube") version "5.0.0.4638" | ||||||
|     id "jacoco" |     id("jacoco") | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| jacocoTestReport { | jacocoTestReport { | ||||||
|     reports { |     reports { | ||||||
|         xml.enabled true |         xml.enabled(true) | ||||||
|     } |     } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Reference in a new issue