mirror of https://github.com/apache/kafka.git
				
				
				
			KAFKA-7309; Upgrade Jacoco for Java 11 support
Jacoco 0.8.2 adds Java 11 support: https://github.com/jacoco/jacoco/releases/tag/v0.8.2 Java 11 RC1 is out so it would be good for us to get a working CI build. Author: Ismael Juma <ismael@juma.me.uk> Reviewers: Dong Lin <lindong28@gmail.com> Closes #5568 from ijuma/jacoco-0.8.2
This commit is contained in:
		
							parent
							
								
									50a145d090
								
							
						
					
					
						commit
						e8e3e34c67
					
				|  | @ -385,7 +385,7 @@ subprojects { | |||
|     apply plugin: "jacoco" | ||||
| 
 | ||||
|     jacoco { | ||||
|       toolVersion = "0.8.1" | ||||
|       toolVersion = "0.8.2" | ||||
|     } | ||||
| 
 | ||||
|     // NOTE: Jacoco Gradle plugin does not support "offline instrumentation" this means that classes mocked by PowerMock | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue