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

Initial setup of Gradle as a build system for Dagger #4553

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

copybara-service[bot]
Copy link

Initial setup of Gradle as a build system for Dagger

At the repository root, the root project 'dagger-parent' configures common build functionality and includes the various projects that will be placed 'gradle-projects', for now only the runtime is configured.

The buildSrc directory is a special Gradle sub-project to share common build logic between sub-projects, it will become more useful in time as the projects gets more complex and shared build logic is needed.

Dependencies and versions are defined in a Version Catalog in gradle/libs.versions.toml, these will eventually need to be validated to be in-sync with Bazel's WORKSPACE.

RELNOTES=N/A

@copybara-service copybara-service bot force-pushed the test_708343535 branch 3 times, most recently from 37e249b to 737bcf1 Compare December 30, 2024 14:08
At the repository root, the root project 'dagger-parent' configures common build functionality and includes the various projects that will be placed 'gradle-projects', for now only the runtime is configured.

The buildSrc directory is a special Gradle sub-project to share common build logic between sub-projects, it will become more useful in time as the projects gets more complex and shared build logic is needed.

Dependencies and versions are defined in a Version Catalog in gradle/libs.versions.toml, these will eventually need to be validated to be in-sync with Bazel's WORKSPACE.

RELNOTES=N/A
PiperOrigin-RevId: 710702061
@copybara-service copybara-service bot merged commit c43783a into master Dec 30, 2024
1 check passed
@copybara-service copybara-service bot deleted the test_708343535 branch December 30, 2024 14:35
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