Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 505c9dc

Browse files
committed
Added reobf configuration to NMS modules
1 parent d2c5185 commit 505c9dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ dependencies {
106106

107107
implementation(project(":NMS:Wrapper"))
108108
for (version in nmsVersions) {
109-
implementation(project(":NMS:${version}"))
109+
implementation(project(path = ":NMS:${version}", configuration = "reobf"))
110110
}
111111
}
112112

0 commit comments

Comments
 (0)