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. }