]> git.lizzy.rs Git - LightOverlay.git/blobdiff - common/build.gradle
Move some code in the common module to the plugin
[LightOverlay.git] / common / build.gradle
index 79e9531b53d17470b3ac8424227a0df0ebc78562..6c6aadb968ef080f869e4e233adbd852471ba9b2 100644 (file)
@@ -8,19 +8,6 @@ dependencies {
     modCompile "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
 }
 
-configurations {
-    mcp
-}
-
-remapMcp {
-    input.set(file("${project.buildDir}/libs/$archivesBaseName-${project.version}-dev.jar"))
-    classifier("mcp")
-}
-
-remapJar.dependsOn(jar)
-
-artifacts {
-    mcp file: file("${project.buildDir}/libs/$archivesBaseName-${version}-mcp.jar"), type: "jar", builtBy: remapMcp
-}
-
-build.dependsOn(remapMcp)
\ No newline at end of file
+architect {
+    common()
+}
\ No newline at end of file