openai-java icon indicating copy to clipboard operation
openai-java copied to clipboard

Conflicting package names when importing from Maven

Open LBurston opened this issue 2 years ago • 2 comments

When only using Maven, not Gradle, api and client both use com.theokanning.openai as the package name, and so maven cannot build as the error module [X] reads package com.theokanning.openai from both client and api. Unless there is no way to use without Gradle?

LBurston avatar Aug 23 '22 22:08 LBurston

Does this still happen even if you only import the client package? I've never used maven so I can't help much.

I'll do some research about this, maybe I'll have to change the package names when I get to version 1.0

TheoKanning avatar Dec 04 '22 19:12 TheoKanning

I am using Maven, and I did not see this issue importing only the client

yeikel avatar Feb 05 '23 03:02 yeikel