Skip to content

Commit 482b471

Browse files
authored
build.gradle, allowInsecureProtocol - removed semicolon
1 parent 6edb6b9 commit 482b471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ publishing {
263263
def releasesUrl = uri('http://apps-jenkins:9090/nexus/content/repositories/releases')
264264
def snapshotRepositoryUrl = uri('http://apps-jenkins:9090/nexus/content/repositories/snapshots')
265265
url = isSnapshot ? snapshotRepositoryUrl : releasesUrl
266-
allowInsecureProtocol = true;
266+
allowInsecureProtocol = true
267267
name = 'internal'
268268
credentials {
269269
username = project.properties[name + "Username"]

0 commit comments

Comments
 (0)