Skip to content

Commit ec129cd

Browse files
committed
Fix Gradle configuration for Hypixel mod API dependency
1 parent d7536c0 commit ec129cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ dependencies {
4444
modImplementation("com.terraformersmc:modmenu:${project.modmenu_version}")
4545
modImplementation "io.wispforest:owo-lib:${project.owo_version}"
4646

47-
modImplementation 'net.hypixel:mod-api:1.0.1'
48-
include 'net.hypixel:mod-api:1.0.1'
47+
modImplementation include ('net.hypixel:mod-api:1.0.1')
4948

5049
implementation 'com.google.code.gson:gson:2.10.1'
5150
}

0 commit comments

Comments
 (0)