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]>
(cherry picked from commit 1b74f4b)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 29, 2024
1 parent 1dc0a7a commit a6d506f
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 a6d506f

Please sign in to comment.