Skip to content

Commit ae79b38

Browse files
ramsessanchezMicrosoft Graph DevX ToolingCopilot
authored
Remove Gradle .module files from Maven package validation (#1370)
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. Copilot-Session: ca8303b0-dcb7-467f-9d6b-7f68da829576 Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6c08d0d commit ae79b38

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)