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

Add binary compatibility validator to the Gradle projects #4566

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

Add binary compatibility validator to the Gradle projects

The validator (https://github.com/Kotlin/binary-compatibility-validator) will help us track public API changes and validate that the conversion from Java to Kotlin does not cause any breakage.

API validation is part of the Gradle build process and will fail the build if API changes are done but not reflected in the API file. To update the API file execute ./gradlew apiDump and commit the .api file for review along with the code changes.

RELNOTES=N/A

@copybara-service copybara-service bot closed this Jan 9, 2025
@copybara-service copybara-service bot deleted the test_711893897 branch January 9, 2025 15:24
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.

0 participants