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 } } - */ } }