Skip to content

Commit

Permalink
Bump checkstyle version for CVE fix (opensearch-project#1216)
Browse files Browse the repository at this point in the history
Signed-off-by: Sicheng Song <[email protected]>
  • Loading branch information
b4sjoo authored and zane-neo committed Sep 1, 2023
1 parent 3765972 commit e828635
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ checkstyle {
toolVersion = '10.12.2'
}

lombok {
version = "1.18.28"
}

opensearchplugin {
name 'opensearch-ml'
description 'machine learning plugin for opensearch'
Expand Down Expand Up @@ -304,7 +300,7 @@ jacocoTestCoverageVerification {
excludes = jacocoExclusions
limit {
counter = 'BRANCH'
minimum = 0.6
minimum = 0.7 //TODO: change this value to 0.7
}
}
rule {
Expand All @@ -313,7 +309,7 @@ jacocoTestCoverageVerification {
limit {
counter = 'LINE'
value = 'COVEREDRATIO'
minimum = 0.6
minimum = 0.8 //TODO: change this value to 0.8
}
}
}
Expand Down

0 comments on commit e828635

Please sign in to comment.