Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7d650137c6
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1,41 @@ | |||
| ext { | |||
There was a problem hiding this comment.
Add connectors project to Gradle settings
This commit introduces a full new Gradle subproject (connectors/build.gradle and sources), but settings.gradle still does not include connectors, so the module is invisible to the multi-project build. In this state, connectors code/tests are never compiled in CI and the artifact cannot be produced from the repo build, which effectively ships the SDK without the new API surface.
Useful? React with 👍 / 👎.
|
superseded by #155 |
No description provided.