Skip to content

Commit

Permalink
build.gradle, allowInsecureProtocol - removed semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma authored Sep 13, 2022
1 parent 6edb6b9 commit 482b471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 482b471

Please sign in to comment.