Skip to content

Commit

Permalink
Update the publish gradle check library mapping (#431)
Browse files Browse the repository at this point in the history
Signed-off-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
prudhvigodithi authored May 29, 2024
1 parent 068c469 commit 1b74f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jacocoTestReport {
}
}

String version = '6.4.7'
String version = '6.4.8'

task updateVersion {
doLast {
Expand Down
2 changes: 1 addition & 1 deletion vars/publishGradleCheckTestResults.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void indexFailedTestData() {
"pull_request_owner": { "type": "keyword" },
"invoke_type": { "type": "keyword" },
"pull_request_title": { "type": "text" },
"git_reference": { "type": "text" },
"git_reference": { "type": "keyword" },
"test_class": { "type": "keyword" },
"test_name": { "type": "keyword" },
"test_status": { "type": "keyword" },
Expand Down

0 comments on commit 1b74f4b

Please sign in to comment.