From 54d1376bce0ca3356dd3b3d353a974fe2b3ab0d0 Mon Sep 17 00:00:00 2001 From: YTG123 <54103478+YTG1234@users.noreply.github.com> Date: Sun, 7 Feb 2021 18:34:57 +0200 Subject: [PATCH] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 13bd6b6..8c07787 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ publishing { // See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing. repositories { // Add repositories to publish to here. - // Notice: This block does NOT have the same function as the block in line 13. + // Notice: This block does NOT have the same function as the block in the top level. // The repositories here will be used for publishing your artifact, not for // retrieving dependencies. }