From 7e1150cee63b7d69996d6b9cf4c5f283096814a4 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 28 Feb 2021 22:59:00 +0600 Subject: [PATCH] Disable signing --- publish.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/publish.gradle b/publish.gradle index 3393049..6e827b0 100644 --- a/publish.gradle +++ b/publish.gradle @@ -1,5 +1,4 @@ apply plugin: 'maven-publish' -apply plugin: 'signing' task javadocsJar(type: Jar) { classifier = 'javadoc' @@ -50,8 +49,3 @@ publishing { } } } - -signing { - useGpgCmd() - sign publishing.publications -}