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

Upgrade to Gradle 7.6 #693

Closed
Bukama opened this issue Nov 25, 2022 · 2 comments
Closed

Upgrade to Gradle 7.6 #693

Bukama opened this issue Nov 25, 2022 · 2 comments

Comments

@Bukama
Copy link
Member

Bukama commented Nov 25, 2022

Gradle 7.6 with support for Java 19 was released on 2022-11-25. so we could upgrade our build pipeline

@beatngu13
Copy link
Member

beatngu13 commented Nov 26, 2022

Only on the lab/2.0 branch I guess? Probably not worth the effort to do it on main too, given we are relatively close to 2.0. When we went from 7.4 to 7.5. in #651, this required quite some changes.

@Bukama
Copy link
Member Author

Bukama commented Nov 26, 2022

I'm fine with only upgrading the lab branch for 2.0

@beatngu13 beatngu13 self-assigned this Nov 26, 2022
beatngu13 added a commit that referenced this issue Nov 27, 2022
This PR updates the Gradle Wrapper from 7.5 to 7.6. Since this comes
with Java 19 support, the `full-featured` matrix is updated
accordingly. In addition, `experimental` now uses Java 20. This
requires disabling Byte Buddy's class file version validation, which
is used by EqualsVerifier, and which also has been updated from 3.10
to 3.11.1.

Closes: #693
PR: #694
beatngu13 added a commit that referenced this issue Dec 1, 2022
This PR updates the Gradle Wrapper from 7.5 to 7.6. Since this comes
with Java 19 support, the `full-featured` matrix is updated
accordingly. In addition, `experimental` now uses Java 20. This
requires disabling Byte Buddy's class file version validation, which
is used by EqualsVerifier, and which also has been updated from 3.10
to 3.11.1.

Closes: #693
PR: #694
nipafx pushed a commit that referenced this issue Dec 20, 2022
This PR updates the Gradle Wrapper from 7.5 to 7.6. Since this comes
with Java 19 support, the `full-featured` matrix is updated
accordingly. In addition, `experimental` now uses Java 20. This
requires disabling Byte Buddy's class file version validation, which
is used by EqualsVerifier, and which also has been updated from 3.10
to 3.11.1.

Closes: #693
PR: #694
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants