Skip to content

Commit df6b875

Browse files
authored
Update build.gradle - Revert port change as cert changes are not fully ready
1 parent cd40d22 commit df6b875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ task signJar() {
265265
finalizedBy 'verifyJar'
266266
doLast {
267267
exec {
268-
commandLine 'signing-client', '--username', "${System.getenv('SIGNING_USER')}", '--password', "env:SIGNING_TOKEN", '--server', "${System.getenv('SIGNING_SERVER')}", '--port', '443', '--signer', 'jarsigner', '--output', "${createArtifactName()}", "${createArtifactName()}"
268+
commandLine 'signing-client', '--username', "${System.getenv('SIGNING_USER')}", '--password', "env:SIGNING_TOKEN", '--server', "${System.getenv('SIGNING_SERVER')}", '--port', '8000', '--signer', 'jarsigner', '--output', "${createArtifactName()}", "${createArtifactName()}"
269269
}
270270
}
271271
}
@@ -403,4 +403,4 @@ task submitToPlatform1 (type: Exec, dependsOn: [buildPlatform1]){
403403
}
404404

405405
artifactoryPublish.dependsOn ':documentation:publishDitaSource'
406-
artifactoryPublish.dependsOn signJar
406+
artifactoryPublish.dependsOn signJar

0 commit comments

Comments
 (0)