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

migrate build plugins to 6.1.1 #224

Merged
merged 1 commit into from
Jan 4, 2023
Merged

migrate build plugins to 6.1.1 #224

merged 1 commit into from
Jan 4, 2023

Conversation

wetted
Copy link
Contributor

@wetted wetted commented Jan 3, 2023

  • Migrate build plugins to 6.1.1
  • Fix illegal use of sealed property name in Groovy (sealed is a keyword as of 4.x)

- Fix illegal use of `sealed` property name in Groovy (`sealed` is a keyword as of 4.x)
@wetted wetted requested a review from sdelamo January 3, 2023 17:24
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@@ -8,14 +8,14 @@ class ProductInfo {

private String size
private Long count
private Boolean sealed
private Boolean seal
Copy link
Contributor

Choose a reason for hiding this comment

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

why did we need to rename this?

@sdelamo sdelamo merged commit dad0e52 into master Jan 4, 2023
@sdelamo sdelamo deleted the build_to_6.1.1 branch January 4, 2023 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants