File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 },
2626
2727 # Version of the labsjdk-builder scripts to use
28- labsjdk_builder_version:: 'b549a034de416aa88814e3372e110494514175d3 ' ,
28+ labsjdk_builder_version:: 'ec2b508e842f96673cdfe3f60535b9e588885f0a ' ,
2929
3030 # Clones a JDK repository
3131 # If `!is_closed`, then the cloned repo is checked out to branch ${MAIN_REVISION}.
Original file line number Diff line number Diff line change 5151 ee_version = common_json ["jdks" ]["labsjdk-ee-latest" ]["version" ]
5252
5353 if args .labsjdk_versions .startswith ("http://" ) or args .labsjdk_versions .startswith ("https://" ):
54- from urllib import request , error
54+ from urllib import request
5555 url = args .labsjdk_versions
5656 with request .urlopen (url , timeout = 10 ) as response :
5757 if response .status != 200 :
You can’t perform that action at this time.
0 commit comments