File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,19 +65,19 @@ extends:
6565 Copy-Item $(downloadLocalProperties.secureFilePath) local.properties -Verbose
6666 displayName: Copy secring and 'local.properties'
6767
68- - script : ./gradlew --no-daemon publishToMavenLocal -PmavenCentralPublishingEnabled=true -PmavenCentralSnapshotArtifactSuffix=""
68+ - script : ./gradlew publishToMavenLocal -PmavenCentralPublishingEnabled=true -PmavenCentralSnapshotArtifactSuffix=""
6969 displayName : Publish to local Maven for verification
7070 condition : contains(variables['build.sourceBranch'], 'refs/tags/v')
7171
72- - script : ./gradlew --no-daemon publishToMavenLocal -PmavenCentralPublishingEnabled=true
72+ - script : ./gradlew publishToMavenLocal -PmavenCentralPublishingEnabled=true
7373 displayName : Publish to local Maven for verification
7474 condition : not(contains(variables['build.sourceBranch'], 'refs/tags/v'))
7575
76- - script : ./gradlew --no-daemon publishMavenPublicationToADORepository -PmavenCentralPublishingEnabled=true -PmavenCentralSnapshotArtifactSuffix=""
76+ - script : ./gradlew publishMavenPublicationToADORepository -PmavenCentralPublishingEnabled=true -PmavenCentralSnapshotArtifactSuffix=""
7777 displayName : Publish to local Maven ADO for ESRP
7878 condition : contains(variables['build.sourceBranch'], 'refs/tags/v')
7979
80- - script : ./gradlew --no-daemon publishMavenPublicationToADORepository -PmavenCentralPublishingEnabled=true
80+ - script : ./gradlew publishMavenPublicationToADORepository -PmavenCentralPublishingEnabled=true
8181 displayName : Publish to local Maven ADO for ESRP
8282 condition : not(contains(variables['build.sourceBranch'], 'refs/tags/v'))
8383
You can’t perform that action at this time.
0 commit comments