Skip to content

Commit 0cad46a

Browse files
authored
adding more unit tests and upgrading jacoco (opensearch-project#4057)
Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>
1 parent aed8983 commit 0cad46a

File tree

2 files changed

+440
-1
lines changed

2 files changed

+440
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ allprojects {
8080
}
8181

8282
plugins.withId('jacoco') {
83-
jacoco.toolVersion = '0.8.12'
83+
jacoco.toolVersion = '0.8.13'
8484
}
8585

8686
project.getExtensions().getExtraProperties().set("versions", VersionProperties.getVersions());

0 commit comments

Comments
 (0)