From 482b4718f5035773300bfc467bd4be40a06cc9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Czoma?= Date: Tue, 13 Sep 2022 10:27:24 -0400 Subject: [PATCH] build.gradle, allowInsecureProtocol - removed semicolon --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b9a81ed..e55c630 100644 --- a/build.gradle +++ b/build.gradle @@ -263,7 +263,7 @@ publishing { def releasesUrl = uri('http://apps-jenkins:9090/nexus/content/repositories/releases') def snapshotRepositoryUrl = uri('http://apps-jenkins:9090/nexus/content/repositories/snapshots') url = isSnapshot ? snapshotRepositoryUrl : releasesUrl - allowInsecureProtocol = true; + allowInsecureProtocol = true name = 'internal' credentials { username = project.properties[name + "Username"]