Fix XML namespaces wrongly using https
This commit is contained in:
		
							
								
								
									
										6
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							| @ -103848,9 +103848,9 @@ function generateToolchainDefinition(original, version, vendor, id, jdkHome) { | ||||
|     else | ||||
|         xmlObj = xmlbuilder2_1.create({ | ||||
|             toolchains: { | ||||
|                 '@xmlns': 'https://maven.apache.org/TOOLCHAINS/1.1.0', | ||||
|                 '@xmlns:xsi': 'https://www.w3.org/2001/XMLSchema-instance', | ||||
|                 '@xsi:schemaLocation': 'https://maven.apache.org/TOOLCHAINS/1.1.0 https://maven.apache.org/xsd/toolchains-1.1.0.xsd', | ||||
|                 '@xmlns': 'http://maven.apache.org/TOOLCHAINS/1.1.0', | ||||
|                 '@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance', | ||||
|                 '@xsi:schemaLocation': 'http://maven.apache.org/TOOLCHAINS/1.1.0 https://maven.apache.org/xsd/toolchains-1.1.0.xsd', | ||||
|                 toolchain: [ | ||||
|                     { | ||||
|                         type: 'jdk', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Guillaume Nodet
					Guillaume Nodet