File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,19 +88,19 @@ local common_json = (import "common.json");
8888 capabilities: ['windows' , 'amd64' ],
8989 },
9090
91- windows_jdk17: self .windows + common_json.devkits["windows-jdk17" ] + {
91+ windows_jdk17: common_json.devkits["windows-jdk17" ] + self .windows + {
9292 setup+: [
9393 ['set-export' , 'DEVKIT_VERSION' , '2019' ],
9494 ],
9595 },
9696
97- windows_jdk11: self .windows + common_json.devkits["windows-jdk11" ] + {
97+ windows_jdk11: common_json.devkits["windows-jdk11" ] + self .windows + {
9898 setup+: [
9999 ['set-export' , 'DEVKIT_VERSION' , '2017' ],
100100 ],
101101 },
102102
103- windows_jdk8: self .windows + common_json.devkits["windows-oraclejdk8" ] + {
103+ windows_jdk8: common_json.devkits["windows-oraclejdk8" ] + self .windows + {
104104 setup+: [
105105 ['set-export' , 'DEVKIT_VERSION' , '2017' ],
106106 ],
You can’t perform that action at this time.
0 commit comments