Skip to content

Commit cc43c1f

Browse files
committed
include simple-json in jar
1 parent d720360 commit cc43c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
// Uncomment the following line to enable the deprecated Fabric API modules.
3131
// These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time.
3232

33-
implementation "com.googlecode.json-simple:json-simple:1.1.1"
33+
include(implementation("com.googlecode.json-simple:json-simple:1.1.1"))
3434

3535
// modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}"
3636
}

0 commit comments

Comments
 (0)