anthropics / anthropics/anthropic-sdk-java
Make the library a proper JPMS module
未關閉
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 還沒有評估資料。