Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2ec726b7ff
ℹ️ 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 root Gradle settings
This new module is added with its own build.gradle, but the root settings.gradle still only includes the existing projects (administrative through usage) and has no include 'connectors', so root-level builds/publish tasks will never compile, test, or release this artifact. In practice, users following connectors/README.md and depending on com.thousandeyes.sdk:connectors will not get a published SDK module from the standard release workflow until the project is registered in settings.gradle.
Useful? React with 👍 / 👎.
|
superseded by #155 |
No description provided.