Skip to content

Commit 4e8b79a

Browse files
committed
🐛 Fix dependency issues.
1 parent b4268b1 commit 4e8b79a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ dependencies {
3333

3434
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
3535

36-
modCompileOnly("net.kyori:adventure-platform-fabric:6.6.0")
37-
modCompileOnly("org.reflections:reflections:0.10.2")
36+
include(modImplementation("net.kyori:adventure-platform-fabric:6.6.0"))
37+
include(modImplementation("org.reflections:reflections:0.10.2"))
38+
include("org.javassist:javassist:3.30.2-GA")
3839
}
3940

4041
processResources {
@@ -74,4 +75,4 @@ publishing {
7475

7576
repositories {
7677
}
77-
}
78+
}

0 commit comments

Comments
 (0)