aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index a97db8d34..82f0cd1e2 100755
--- a/build.gradle
+++ b/build.gradle
@@ -216,9 +216,8 @@ curseforge {
addGameVersion "Fabric"
relations {
requiredDependency "fabric-api"
+ requiredDependency "cloth-config"
embeddedLibrary "cloth-api"
- embeddedLibrary "cloth-config"
- embeddedLibrary "auto-config-updated-api"
}
mainArtifact(file("${project.buildDir}/libs/${project.archivesBaseName}-${project.version}.jar")) {
displayName = "[Fabric $project.supported_version] v$project.version"