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 b4268b1 commit 4e8b79aCopy full SHA for 4e8b79a
build.gradle
@@ -33,8 +33,9 @@ dependencies {
33
34
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
35
36
- modCompileOnly("net.kyori:adventure-platform-fabric:6.6.0")
37
- modCompileOnly("org.reflections:reflections:0.10.2")
+ include(modImplementation("net.kyori:adventure-platform-fabric:6.6.0"))
+ include(modImplementation("org.reflections:reflections:0.10.2"))
38
+ include("org.javassist:javassist:3.30.2-GA")
39
}
40
41
processResources {
@@ -74,4 +75,4 @@ publishing {
74
75
76
repositories {
77
-}
78
+}
0 commit comments