Skip to content

Conversation

@kpavlov
Copy link
Contributor

@kpavlov kpavlov commented Nov 13, 2025

Update Gradle to 9.2.1

Motivation and Context

Keep tooling up to date. Enjoy Gradle performance improvements

Breaking Changes


Type of the changes

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tests improvement
  • Refactoring
  • Tooling update

Checklist

  • The pull request has a description of the proposed change
  • I read the Contributing Guidelines before opening the pull request
  • The pull request uses develop as the base branch
  • Tests for the changes have been added
  • All new and existing tests passed
Additional steps for pull requests adding a new feature
  • An issue describing the proposed change exists
  • The pull request includes a link to the issue
  • The change was discussed and approved in the issue
  • Docs have been added / updated

@kpavlov kpavlov added the build Build process and CI improvement 🏗️ label Nov 13, 2025
@siarhei-luskanau
Copy link
Contributor

@kpavlov Gradle 9.2.1 is just released

@kpavlov kpavlov changed the title Update Gradle to 9.2.0 Update Gradle to 9.2 Nov 18, 2025
@kpavlov kpavlov marked this pull request as ready for review December 5, 2025 04:53
@kpavlov kpavlov force-pushed the kpavlov/gradle-9.2 branch from b9ad550 to 21dd44b Compare December 5, 2025 04:59
@kpavlov kpavlov changed the title Update Gradle to 9.2 Update Gradle to 9.2.1 Dec 5, 2025
@kpavlov kpavlov force-pushed the kpavlov/gradle-9.2 branch 2 times, most recently from c6500b2 to 0566e73 Compare January 6, 2026 16:11
@kpavlov kpavlov changed the title Update Gradle to 9.2.1 chore: Update Gradle to 9.2.1 Jan 6, 2026
@kpavlov kpavlov force-pushed the kpavlov/gradle-9.2 branch from 0566e73 to 378acfb Compare January 7, 2026 15:16
@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Qodana for JVM

1263 new problems were found

Inspection name Severity Problems
Check Kotlin and Java source code coverage 🔶 Warning 1243
Missing KDoc for public API declaration 🔶 Warning 20
@@ Code coverage @@
+ 72% total lines covered
18166 lines analyzed, 13171 lines covered
# Calculated according to the filters of your coverage tool

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@kpavlov kpavlov force-pushed the kpavlov/gradle-9.2 branch 4 times, most recently from 8491baa to 6102dc3 Compare January 8, 2026 12:57
Update Gradle to 9.2.1
…gradle.properties

- Move JUnit parallel execution properties to `gradle.properties` for consistency.
- Update `configureCommonTestSettings` visibility to internal and remove redundant parallelism setup.
- Improve error handling in `CredentialsResolverPlugin` by replacing `ExecException` with `GradleException`.
…operties` to `JvmTestConfigure.kt`

- Consolidate parallel execution setup into `configureCommonTestSettings` for better encapsulation.
- Remove redundant `configureJvmTests` method.
@kpavlov kpavlov force-pushed the kpavlov/gradle-9.2 branch from 6102dc3 to a7543e8 Compare January 8, 2026 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Build process and CI improvement 🏗️

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants