Skip to content

Support Gradle 9.1.0. Update nmcp.#513

Merged
rnc merged 1 commit into
project-ncl:mainfrom
rnc:BR910
Oct 1, 2025
Merged

Support Gradle 9.1.0. Update nmcp.#513
rnc merged 1 commit into
project-ncl:mainfrom
rnc:BR910

Conversation

@rnc

@rnc rnc commented Sep 30, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@codecov

codecov Bot commented Sep 30, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.26%. Comparing base (f231e50) to head (f9c7b20).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #513   +/-   ##
=======================================
  Coverage   80.26%   80.26%           
=======================================
  Files          42       42           
  Lines        2600     2600           
  Branches      356      356           
=======================================
  Hits         2087     2087           
  Misses        383      383           
  Partials      130      130           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread build.gradle.kts
Comment on lines +640 to +641
if (GradleVersion.current() >= GradleVersion.version("8.3") )
{

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Slight formatting issue here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Hmmm. You're right, whats surprising is I thought spotless would have caught it but I've just realised we're not applying spotless to the gradle files.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Ok so I could apply spotless using something like

	kotlinGradle {
            ktfmt().googleStyle().configure {

However, this will create a larger set of changes, I'll move that to a separate PR and ignore this for now.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed by #514

@rnc rnc merged commit 62280f7 into project-ncl:main Oct 1, 2025
43 checks passed
@rnc rnc deleted the BR910 branch October 1, 2025 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants