anthropics / anthropics/anthropic-sdk-java

Make the library a proper JPMS module

Open
#371 1 comment 0 reactions 0 assignees View on GitHub
bug sdk
Dominant language
Kotlin
Stars
373
Forks
103
Avg merge
1d 19h
Merged PRs (30d)
9

Description

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! *
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.