feat: Add shared debug signing plugin - #806
Draft
aymericmariaux wants to merge 1 commit into
Draft
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a Gradle build-logic plugin to standardize debug signing across Android modules, so debug builds can share a consistent signature (helpful for CI/dev device installs) and be applied via the version catalog.
Changes:
- Added a
com.infomaniak.core.signing.debugGradle plugin inbuild-logicthat configures a shared debug keystore for Android subprojects. - Exposed the plugin through
gradle/core.versions.tomland applied it in the rootbuild.gradle.kts. - Registered the new build-logic module in
build-logic/settings.gradle.kts.
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| gradle/core.versions.toml | Adds a version-catalog plugin alias for the debug signing plugin. |
| build.gradle.kts | Applies the new debug signing plugin at the root to configure subprojects. |
| build-logic/signing/src/main/kotlin/com/infomaniak/core/signing/DebugSigningPlugin.kt | Implements the shared debug signing configuration (keystore discovery + subproject wiring). |
| build-logic/signing/build.gradle.kts | Registers the Gradle plugin ID and implementation class for the signing build-logic module. |
| build-logic/settings.gradle.kts | Includes the new :signing build-logic module so it participates in the build-logic build. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
aymericmariaux
force-pushed
the
shared-debug-certificate
branch
4 times, most recently
from
June 30, 2026 12:44
c326998 to
aa083cc
Compare
aymericmariaux
force-pushed
the
shared-debug-certificate
branch
from
June 30, 2026 13:38
aa083cc to
6bd4f4a
Compare
|
aymericmariaux
marked this pull request as draft
July 1, 2026 09:00
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
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.



No description provided.