We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e77361 commit 854fd60Copy full SHA for 854fd60
bukkit/src/main/java/io/wdsj/asw/bukkit/service/BukkitLibraryService.java
@@ -11,14 +11,14 @@ public class BukkitLibraryService {
11
private static final Library ollama4j = Library.builder()
12
.groupId("com{}github{}HaHaWTH")
13
.artifactId("ollama4j-j8")
14
- .resolveTransitiveDependencies(true)
+ .resolveTransitiveDependencies(false)
15
.version("8ce2ad8840")
16
.build();
17
18
private static final Library openai4j = Library.builder()
19
.groupId("dev{}ai4j")
20
.artifactId("openai4j")
21
22
.version("0.27.0")
23
24
0 commit comments