Skip to content

Enable Gradle Build Scans in CI#1446

Open
lihenggui wants to merge 3 commits intomainfrom
refactor/ci-build-scans
Open

Enable Gradle Build Scans in CI#1446
lihenggui wants to merge 3 commits intomainfrom
refactor/ci-build-scans

Conversation

@lihenggui
Copy link
Owner

@lihenggui lihenggui commented Feb 15, 2026

Summary

  • Enable Gradle Build Scan publishing during CI builds via Develocity plugin (v4.3.2)
  • Provides build performance visibility and dependency resolution analysis
  • Scans are only published in CI environment (not local builds)

Test plan

  • CI workflow runs successfully with build scan links generated
  • Local builds are not affected (scans only publish on CI)

Repackage obfuscated classes into a flat package to reduce the size
of descriptors and thus the generated dex files.
Publish Gradle Build Scans to scans.gradle.com during CI builds
for build performance visibility and dependency resolution analysis.
Enum.entries (Kotlin 1.9+) returns an immutable list instead of
creating a new array on every call, which is the recommended Kotlin
idiom.
@lihenggui lihenggui changed the title Add -repackageclasses to R8 configuration Enable Gradle Build Scans in CI Feb 15, 2026
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