Skip to content

Commit 31aabdb

Browse files
committed
Optimize release-files-spec.json for *.zip.asc
The Maven Central does not accept zip files. We skip them from Artifactory downloading. However, we still download signature (`.asc`) for those zips. ` * Modify `release-files-spec.json` for the extra `and` entry to avoid `*.zip.asc` from Artifactory downloading. And therefore they are not going to be uploaded to Maven Central
1 parent 7a9bb06 commit 31aabdb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

utils/release-files-spec.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
}
3535
}
3636
]
37+
},
38+
{
39+
"name": {
40+
"$nmatch": "*.zip.asc"
41+
}
3742
}
3843
]
3944
}

0 commit comments

Comments
 (0)