Skip to content

Commit e62e617

Browse files
committed
[GR-47568] Implement new Maven dependency structure for Truffle Unchained.
PullRequest: graalpython/2916
2 parents 17c76e4 + d2878c5 commit e62e617

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "351986f61c9258eaa109fb4d218320a03e2a68bc" }
1+
{ "overlay": "182162d69cca4fe15cd8313e6a2fa9baab9c908c" }

mx.graalpython/suite.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# METADATA
66
#
77
# --------------------------------------------------------------------------------------------------------------
8-
"mxversion": "6.40.1",
8+
"mxversion": "6.41.0",
99
"name": "graalpython",
1010
"versionConflictResolution": "latest",
1111

@@ -857,6 +857,7 @@
857857
"maven": {
858858
"groupId": "org.graalvm.python",
859859
"artifactId": "python-launcher",
860+
"tag": ["default", "public"],
860861
},
861862
},
862863

@@ -938,6 +939,7 @@
938939
"maven": {
939940
"artifactId": "python-resources",
940941
"groupId": "org.graalvm.python",
942+
"tag": ["default", "public"],
941943
},
942944
"license": [
943945
"UPL",
@@ -996,6 +998,7 @@
996998
"maven": {
997999
"artifactId": "python-language",
9981000
"groupId": "org.graalvm.python",
1001+
"tag": ["default", "public"],
9991002
},
10001003
"noMavenJavadoc": True,
10011004
"license": [
@@ -1005,16 +1008,17 @@
10051008
],
10061009
},
10071010

1008-
"GRAALPYTHON_COMMUNITY": {
1011+
"PYTHON_COMMUNITY": {
10091012
"type": "pom",
10101013
"runtimeDependencies": [
10111014
"GRAALPYTHON",
10121015
"truffle:TRUFFLE_RUNTIME",
10131016
],
10141017
"description": "GraalPython engine.",
10151018
"maven": {
1016-
"groupId": "org.graalvm.python",
1019+
"groupId": "org.graalvm.polyglot",
10171020
"artifactId": "python-community",
1021+
"tag": ["default", "public"],
10181022
},
10191023
"license": [
10201024
"UPL",

0 commit comments

Comments
 (0)