Skip to content

Commit d2031e3

Browse files
author
Mario Luan Santos de Souza
committed
upgraded cobertura plugin from 2.4.0 to 2.5.3
1 parent d0c3519 commit d2031e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'eclipse'
44
id 'java'
55
id 'com.github.kt3k.coveralls' version '2.7.1'
6-
id 'net.saliman.cobertura' version '2.4.0'
6+
id 'net.saliman.cobertura' version '2.5.3'
77
}
88

99
cobertura.coverageFormats = ['html', 'xml'] // coveralls plugin depends on xml format repor

0 commit comments

Comments
 (0)