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 da29082e1..a4465707c 100755
--- a/build.gradle
+++ b/build.gradle
@@ -221,9 +221,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"