Skip to content

Commit de5f9a3

Browse files
committed
Disable unused maven in graal-nodejs suite.py.
1 parent 3d9c2d3 commit de5f9a3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

graal-nodejs/mx.graal-nodejs/suite.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,7 @@
137137
"sdk:JLINE3",
138138
],
139139
"description" : "Graal Node.js",
140-
"maven" : {
141-
"artifactId" : "graal-nodejs",
142-
}
140+
"maven" : False
143141
},
144142
"TRUFFLENODE_GRAALVM_SUPPORT" : {
145143
"native" : True,
@@ -202,9 +200,7 @@
202200
"TRUFFLENODE"
203201
],
204202
"description" : "Graal Node.js testing",
205-
"maven" : {
206-
"artifactId" : "graal-nodejs-test",
207-
},
203+
"maven" : False,
208204
"useModulePath": True,
209205
},
210206
},

0 commit comments

Comments
 (0)