소스 검색

Mark Cloth Config as required

Signed-off-by: shedaniel <daniel@shedaniel.me>
shedaniel 4 년 전
부모
커밋
3639207779
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      build.gradle

+ 1 - 2
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"