Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish 8.8-rc-1 #28983

Merged
merged 2 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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": "20240426012604+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")
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ov7a I changed that this make sure all 8.8 versions are included.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!


protected boolean isSameOrNewer(String otherVersion) {
Expand Down