Skip to content

Commit 854fd60

Browse files
committed
Disable transitive load
Will fix in future updates
1 parent 0e77361 commit 854fd60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bukkit/src/main/java/io/wdsj/asw/bukkit/service/BukkitLibraryService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ public class BukkitLibraryService {
1111
private static final Library ollama4j = Library.builder()
1212
.groupId("com{}github{}HaHaWTH")
1313
.artifactId("ollama4j-j8")
14-
.resolveTransitiveDependencies(true)
14+
.resolveTransitiveDependencies(false)
1515
.version("8ce2ad8840")
1616
.build();
1717

1818
private static final Library openai4j = Library.builder()
1919
.groupId("dev{}ai4j")
2020
.artifactId("openai4j")
21-
.resolveTransitiveDependencies(true)
21+
.resolveTransitiveDependencies(false)
2222
.version("0.27.0")
2323
.build();
2424

0 commit comments

Comments
 (0)