Skip to content

Commit 52c75b7

Browse files
committed
Update imports
(cherry picked from commit b8b66bf)
1 parent 455c99d commit 52c75b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,14 +2265,14 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
22652265
launcher_configs=[
22662266
mx_sdk.LauncherConfig(
22672267
destination='libexec/<exe:graalpy-polyglot-get>',
2268-
jar_distributions=['vm:MAVEN_DOWNLOADER'],
2268+
jar_distributions=['sdk:MAVEN_DOWNLOADER'],
22692269
main_class='org.graalvm.maven.downloader.Main',
22702270
build_args=[
22712271
'-Dorg.graalvm.maven.downloader.relative_output_dir=../modules',
22722272
f'-Dorg.graalvm.maven.downloader.default_version={GRAAL_VERSION}',
22732273
],
22742274
),
2275-
] if mx.suite("vm", fatalIfMissing=False) else [],
2275+
],
22762276
priority=5,
22772277
stability="experimental",
22782278
))

0 commit comments

Comments
 (0)