Skip to content

Commit

Permalink
maven-plugin-install does not need to deploy GraalVM images.
Browse files Browse the repository at this point in the history
  • Loading branch information
ansalond committed Mar 26, 2020
1 parent a4234b7 commit 50b98cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions substratevm/mx.substratevm/mx_substratevm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1434,6 +1434,7 @@ def maven_plugin_install(args):
'--all-distribution-types',
'--validate=full',
'--all-suites',
'--skip=GRAALVM_*_JAVA*', # do not deploy GraalVM distributions
]
if parsed.licenses:
deploy_args += ["--licenses", parsed.licenses]
Expand Down
2 changes: 1 addition & 1 deletion substratevm/mx.substratevm/suite.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
suite = {
"mxversion": "5.247.11",
"mxversion": "5.259.0",
"name": "substratevm",
"version" : "20.1.0",
"release" : False,
Expand Down

0 comments on commit 50b98cc

Please sign in to comment.