From ab94eaca6c06a248ca18d983a8c8a021e4cfb03c Mon Sep 17 00:00:00 2001 From: YTG123 <54103478+YTG1234@users.noreply.github.com> Date: Sun, 7 Feb 2021 12:41:46 +0200 Subject: [PATCH] Update build.gradle --- build.gradle | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 62083f9..e83d0cc 100644 --- a/build.gradle +++ b/build.gradle @@ -73,10 +73,6 @@ publishing { } } } - - // Select the repositories you want to publish to - // To publish to maven local, no extra repositories are necessary. Just use the task `publishToMavenLocal`. - repositories { - // See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing. - } + + // See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing. }