Skip to content

Commit

Permalink
Publish 8.8-rc-1 (#28983)
Browse files Browse the repository at this point in the history
  • Loading branch information
reinsch82 committed May 8, 2024
2 parents 6a82b36 + ba4c413 commit 65979fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions released-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"buildTime": "20240508013836+0000"
},
"latestRc": {
"version": "8.7-rc-4",
"buildTime": "20240320140334+0000"
"version": "8.8-rc-1",
"buildTime": "20240426151958+0000"
},
"finalReleases": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ class DefaultGradleDistribution implements GradleDistribution {

@Override
boolean isHasTestDisplayNames() {
return isSameOrNewer("8.8")
return isSameOrNewer("8.8-rc-1")
}

protected boolean isSameOrNewer(String otherVersion) {
Expand Down

0 comments on commit 65979fe

Please sign in to comment.