From ab939b9322ba17abba82aca9500e7c3e424223df Mon Sep 17 00:00:00 2001 From: Dario Crivelli Date: Thu, 23 Dec 2021 18:39:25 +0100 Subject: [PATCH] update and align gradle --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index e9f3399..1a06cc1 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,6 @@ publishing { } repositories { - /* maven { url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl credentials { @@ -89,7 +88,6 @@ publishing { password ossrhPassword } } - */ } }