Skip to content

Commit 5de37de

Browse files
committed
Remove project definitions that hardcode GraalVM versions in pom files.
We need them only in `master`.
1 parent 2ff2ae7 commit 5de37de

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

mx.graalpython/suite.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,24 +1396,5 @@
13961396
},
13971397
"maven": False,
13981398
},
1399-
1400-
"graalpy-archetype-polyglot-app": {
1401-
"class": "MavenProject",
1402-
"subDir": "graalpython",
1403-
"noMavenJavadoc": True,
1404-
"maven": {
1405-
"tag": ["default", "public"],
1406-
},
1407-
},
1408-
1409-
"graalpy-maven-plugin": {
1410-
"class": "MavenProject",
1411-
"subDir": "graalpython",
1412-
"noMavenJavadoc": True,
1413-
"dependencies": ["GRAALPYTHON_EMBEDDING"],
1414-
"maven": {
1415-
"tag": ["default", "public"],
1416-
},
1417-
},
14181399
},
14191400
}

0 commit comments

Comments
 (0)