File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,12 @@ local common_json = import "../common.json";
203
203
},
204
204
},
205
205
206
+ gradle:: {
207
+ downloads+: {
208
+ GRADLE_JAVA_HOME: jdks_data["oraclejdk21" ],
209
+ }
210
+ },
211
+
206
212
local code_tools = {
207
213
downloads+: if 'jdk_version' in self && self .jdk_version > 21 then {
208
214
TOOLS_JAVA_HOME: jdks_data['oraclejdk21' ],
@@ -251,7 +257,7 @@ local common_json = import "../common.json";
251
257
} else {},
252
258
},
253
259
254
- graalpy:: {
260
+ graalpy:: self .gradle + {
255
261
packages+: if (self .os == "linux" ) then {
256
262
libffi: '>=3.2.1' ,
257
263
bzip2: '>=1.0.6' ,
Original file line number Diff line number Diff line change 65
65
},
66
66
{
67
67
"name" : "graalpython" ,
68
- "version" : "cc992337891dc6f2dfe88ebb26691917eb8c09a4 " ,
68
+ "version" : "efde0fb6e3807d5bb001baa73c840dce3d292e29 " ,
69
69
"dynamic" : True ,
70
70
"urls" : [
71
71
{"url" : "https://github.com/graalvm/graalpython.git" , "kind" : "git" },
You can’t perform that action at this time.
0 commit comments