Skip to content

Commit 838ea40

Browse files
Remove Gradle module metadata from package validation
Maven build does not produce .module/.module.asc files after the gradle-to-maven migration, so validatePackageContents.ps1 fails on the build-ci pipeline. Remove those from the expected files list. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 18c4887 commit 838ea40

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)