Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GR-33817] Unconditionally keep META-INF/services in stripped jars. #243

Merged
merged 3 commits into from
Sep 17, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update common.json
  • Loading branch information
olpaw committed Sep 17, 2021
commit 54c5c6c418b9b1b3799ac7479257c5c11d4fcfb2
6 changes: 6 additions & 0 deletions common.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,18 @@
"windows-jdk17": { "packages" : { "devkit:VS2019-16.9.3+1" : "==0" }}
},
"deps": {
"COMMENT.common": [
"pip:isort is a dependency of pip:pylint. The explicit dependency on the pip package works around",
"https://bugzilla.redhat.com/show_bug.cgi?id=1710221 on older Redhat-based systems, and doesn't",
"hurt on others."
],
"common": {
"timelimit": "30:00",
"environment": {
"MX_PYTHON": "python3"
},
"packages": {
"pip:isort": "==4.3.19",
"pip:logilab-common": "==1.4.4",
"pip:pylint": "==1.9.3",
"pip:ninja_syntax": "==1.7.2"
Expand Down