Skip to content
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

Use Provider to provide signing config information at runtime #11

Conversation

matejsemancik
Copy link
Contributor

Use Provider to evaluate encryption key at task runtime instead of plugin configuration phase.

Fixes #9

Copy link
Owner

@PatilShreyas PatilShreyas left a comment

Choose a reason for hiding this comment

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

Thanks for contribution. LGTM 👍🏻

keySource: KeySource?,
project: Project,
variant: T
): Provider<Sha256DigestableKey?> where T : Variant = project.provider {
Copy link
Owner

Choose a reason for hiding this comment

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

This was a nice catch. Thanks for a fix 👍🏻

@PatilShreyas
Copy link
Owner

PatilShreyas commented Jun 18, 2024

@matejsemancik change looks good, but currently CI is breaking due to formatting issues here as well. Can you please reformat it with spotless? Just run ./gradlew spotlessApply and commit the changes.

@PatilShreyas PatilShreyas changed the base branch from main to v1.0.0-alpha02 June 18, 2024 07:04
@PatilShreyas PatilShreyas merged commit 20de39b into PatilShreyas:v1.0.0-alpha02 Jun 18, 2024
2 checks passed
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.

BadPaddingException when keystore credentials are unknown during project sync
2 participants