Skip to content

Commit fa624d3

Browse files
Microsoft Graph DevX ToolingCopilot
authored andcommitted
Remove Gradle .module files from Maven package validation
validatePackageContents.ps1 expected .module and .module.asc files, which are Gradle Module Metadata artifacts. The pipeline publishes with Maven (./mvnw), which does not generate .module files, causing the validation step to fail. Remove the two Gradle-only entries from the expected files list. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: ca8303b0-dcb7-467f-9d6b-7f68da829576
1 parent 6c08d0d commit fa624d3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/validatePackageContents.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ $expectedFiles = @(
2626
"-javadoc.jar.asc",
2727
"-sources.jar",
2828
"-sources.jar.asc",
29-
".module",
30-
".module.asc",
3129
".pom",
3230
".pom.asc",
3331
".jar",

0 commit comments

Comments
 (0)