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

chore: upgrade to gradle 8.5 #1013

Merged
merged 7 commits into from
Dec 19, 2023
Merged

chore: upgrade to gradle 8.5 #1013

merged 7 commits into from
Dec 19, 2023

Conversation

aajtodd
Copy link
Contributor

@aajtodd aajtodd commented Dec 15, 2023

Issue #

Description of changes

  • Upgrades the build system to Gradle 8.5.
  • Upgrades Kotlin to 1.9.21 bug fix release
  • 1.9.20 requires to specify a -Xexpect-actual-classes flag to suppress warnings about expect/actual classes;
  • it'll be prohibited to use default arguments in expect declarations actualized with typealises; we actively use it for exception classes;
  • Remove the DSL_SCOPE_VIOLATION suppression, from the ticket and testing locally this seems resolved
  • upgrade atomic-fu to 0.23.1 and remove explicit dependency on it (plugin adds correct target dependencies depending on plugin settings)
  • add kotlin-stdlib dependencies, they aren't actually builtin and require stdlib to be on classpath

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@aajtodd aajtodd requested a review from a team as a code owner December 15, 2023 18:17
@aajtodd aajtodd added the no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly. label Dec 15, 2023
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@aajtodd aajtodd merged commit 044f62c into main Dec 19, 2023
12 of 13 checks passed
@aajtodd aajtodd deleted the gradle-85 branch December 19, 2023 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants