-
Notifications
You must be signed in to change notification settings - Fork 290
chore: Update Gradle to 9.2.1 #1116
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
Open
kpavlov
wants to merge
4
commits into
develop
Choose a base branch
from
kpavlov/gradle-9.2
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ccf6ee2 to
b35c16f
Compare
Contributor
|
@kpavlov Gradle 9.2.1 is just released |
b9ad550 to
21dd44b
Compare
c6500b2 to
0566e73
Compare
0566e73 to
378acfb
Compare
Qodana for JVM1263 new problems were found
@@ 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 teamContact us at [email protected]
|
8491baa to
6102dc3
Compare
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.
6102dc3 to
a7543e8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update Gradle to 9.2.1
Motivation and Context
Keep tooling up to date. Enjoy Gradle performance improvements
Breaking Changes
Type of the changes
Checklist
developas the base branchAdditional steps for pull requests adding a new feature