Skip to content

Fix Gradle 10 deprecations in build scripts - #337

Merged
ggrell merged 1 commit into
mainfrom
codex/fix-gradle-10-deprecations
Mar 30, 2026
Merged

Fix Gradle 10 deprecations in build scripts#337
ggrell merged 1 commit into
mainfrom
codex/fix-gradle-10-deprecations

Conversation

@ggrell

@ggrell ggrell commented Mar 30, 2026

Copy link
Copy Markdown
Owner

Summary

  • replace deprecated Groovy space-assignment syntax with explicit property assignment in Android/sample build scripts
  • update detekt report output paths to use layout-based file providers instead of deprecated reporting file API
  • keep behavior unchanged while removing Gradle 10 deprecation warnings from project scripts

Validation

  • ./gradlew help --warning-mode all

@ggrell
ggrell force-pushed the codex/fix-gradle-10-deprecations branch from 0e2153e to 1bb6161 Compare March 30, 2026 19:10
@github-actions

Copy link
Copy Markdown
Messages
📖 JUnit: 27 tests, 0 failures/errors, 0 skipped.
📖 Static analysis summary: Detekt 0, Android Lint 0.

Generated by 🚫 Danger Kotlin against 1bb6161

@codecov

codecov Bot commented Mar 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.11%. Comparing base (e48c425) to head (1bb6161).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #337   +/-   ##
=========================================
  Coverage     88.11%   88.11%           
  Complexity       50       50           
=========================================
  Files             9        9           
  Lines           101      101           
=========================================
  Hits             89       89           
  Misses           12       12           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5436087...1bb6161. Read the comment docs.

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

@ggrell
ggrell merged commit 403df05 into main Mar 30, 2026
3 checks passed
@ggrell
ggrell deleted the codex/fix-gradle-10-deprecations branch March 30, 2026 19:14
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.

1 participant