Skip to content

fix: ignore irrelevant warnings when reducing#170

Merged
0marperez merged 2 commits intomainfrom
proguard-warnings
Mar 10, 2026
Merged

fix: ignore irrelevant warnings when reducing#170
0marperez merged 2 commits intomainfrom
proguard-warnings

Conversation

@0marperez
Copy link
Contributor

Issue #, if available:

Description of changes:

ProGuard encounters some warnings when reducing DynamoDB mapper that are safe to ignore, otherwise they fail the reduction tasks.

- dontwarn("org.gradle.internal.impldep.**") — suppresses warnings from Gradle internal implementation dependency classes
- dontwarn("module-info") — suppresses warnings from multi-release JAR module-info class files (Java 9+ module descriptors)
- dontwarn("org.gradle.kotlin.dsl.**") — suppresses warnings from Gradle Kotlin DSL internals

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@0marperez 0marperez marked this pull request as ready for review March 10, 2026 15:06
@0marperez 0marperez requested a review from a team as a code owner March 10, 2026 15:06
@0marperez 0marperez merged commit 9efc075 into main Mar 10, 2026
7 checks passed
@0marperez 0marperez deleted the proguard-warnings branch March 10, 2026 17: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