anthropics / anthropics/anthropic-sdk-java

Make the library a proper JPMS module

未關閉
#371 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
bug sdk
主要語言
Kotlin
星號
373
分支
103
平均合併
1 天 19 小時
30 天內合併 PR
9

描述

Right now, when we add:

```java
module com.example {
requires anthropic.java.core;
requires anthropic.java.client.okhttp;
// etc.
}
```

to our project's `module-info.java` and compile the project with Maven, we get a warning:

```
[WARNING] * Required filename-based automodules detected: [anthropic-java-client-okhttp-2.48.0.jar, anthropic-java-core-2.48.0.jar]. Please don't publish this project to a public artifact repository! *
```

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。