From c1d693ad85c9ed470f1f0f7a2c75c74b78276049 Mon Sep 17 00:00:00 2001 From: Aleksey Date: Tue, 25 May 2021 17:09:06 +0300 Subject: [PATCH] Update build.gradle --- build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 9bca38ee..b757c136 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,6 @@ plugins { id 'fabric-loom' version '0.7-SNAPSHOT' id 'maven-publish' - id 'maven' } sourceCompatibility = JavaVersion.VERSION_1_8 @@ -103,7 +102,6 @@ publishing { // select the repositories you want to publish to repositories { - // uncomment to publish to the local maven - // mavenLocal() + mavenLocal() } }