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";
203203 },
204204 },
205205
206+ gradle:: {
207+ downloads+: {
208+ GRADLE_JAVA_HOME: jdks_data["oraclejdk21" ],
209+ }
210+ },
211+
206212 local code_tools = {
207213 downloads+: if 'jdk_version' in self && self .jdk_version > 21 then {
208214 TOOLS_JAVA_HOME: jdks_data['oraclejdk21' ],
@@ -251,7 +257,7 @@ local common_json = import "../common.json";
251257 } else {},
252258 },
253259
254- graalpy:: {
260+ graalpy:: self .gradle + {
255261 packages+: if (self .os == "linux" ) then {
256262 libffi: '>=3.2.1' ,
257263 bzip2: '>=1.0.6' ,
Original file line number Diff line number Diff line change 6565 },
6666 {
6767 "name" : "graalpython" ,
68- "version" : "cc992337891dc6f2dfe88ebb26691917eb8c09a4 " ,
68+ "version" : "efde0fb6e3807d5bb001baa73c840dce3d292e29 " ,
6969 "dynamic" : True ,
7070 "urls" : [
7171 {"url" : "https://github.com/graalvm/graalpython.git" , "kind" : "git" },
You can’t perform that action at this time.
0 commit comments