We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6edb6b9 commit 482b471Copy full SHA for 482b471
build.gradle
@@ -263,7 +263,7 @@ publishing {
263
def releasesUrl = uri('http://apps-jenkins:9090/nexus/content/repositories/releases')
264
def snapshotRepositoryUrl = uri('http://apps-jenkins:9090/nexus/content/repositories/snapshots')
265
url = isSnapshot ? snapshotRepositoryUrl : releasesUrl
266
- allowInsecureProtocol = true;
+ allowInsecureProtocol = true
267
name = 'internal'
268
credentials {
269
username = project.properties[name + "Username"]
0 commit comments