Skip to content

How to use okio.BufferedSink in Java? #1336

Closed Answered by Qichar
Qichar asked this question in Q&A
Discussion options

You must be logged in to vote

I figured it out. This project OkHttpAetherClient uses Takari pom as its parent. This means everything in that parent POM is inherited, including the use of takari-lifecycle for compile. I solved the issue by adding this:

<properties>
    <takari.transitiveDependencyReference>ignore</takari.transitiveDependencyReference>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Qichar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant