You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Host"Adding/Updating Namespaces property with the following namespaces:"
89
89
$namespaces|Write-Host
@@ -102,7 +102,7 @@ foreach($packageInfoFile in $packageInfoFiles) {
102
102
-Path $packageInfoFile`
103
103
-Value $packageInfoJson
104
104
} else {
105
-
LogError "Unable to determine namespaces for $($packageInfo.Group):$($packageInfo.Name). Please ensure that skipPublishDocMs isn't incorrectly set to true or that the library isn't producing an empty java doc jar."
105
+
LogError "Unable to determine namespaces for $($packageInfo.Group):$($packageInfo.ArtifactName). Please ensure that skipPublishDocMs isn't incorrectly set to true or that the library isn't producing an empty java doc jar."
0 commit comments