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

gradle: fix annoying ksp error, bump CDK dependencies #44473

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

postamar
Copy link
Contributor

Presently, gradle barfs exception stack traces when building the Bulk CDK. This is due to problems resolving dependency conflicts in the ksp annotation processor classpath. This is just a code generator so these errors turn out to be just noise. This PR fixes this.

Since we're already messing with dependencies, this PR also bumps dependency versions in the Bulk CDK.

@postamar postamar requested review from a team as code owners August 20, 2024 20:37
Copy link

vercel bot commented Aug 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Aug 20, 2024 8:37pm

@octavia-squidington-iii octavia-squidington-iii added the CDK Connector Development Kit label Aug 20, 2024
resolutionStrategy {
preferProjectModules()
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is what fixes the ksp conflicts

id 'com.google.devtools.ksp' version '2.0.0-1.0.24' apply false
id 'com.github.spotbugs' version '6.0.7'
id 'org.jetbrains.kotlin.jvm' version '2.0.0'
id 'com.google.devtools.ksp' version '2.0.0-1.0.24'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apply false was a bit stupid considering we apply these plugins in all projects like 10 lines below

@postamar postamar merged commit 8f43ca6 into master Aug 20, 2024
33 checks passed
@postamar postamar deleted the postamar/fix-gradle-ksp-bug branch August 20, 2024 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CDK Connector Development Kit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants