mirror of
				https://github.com/actions/setup-java.git
				synced 2025-11-04 08:20:54 +00:00 
			
		
		
		
	Merge aa8f55ecb6 into de5a937a1d
		
	This commit is contained in:
		
				commit
				
					
						3a8d3ad327
					
				
			
		
					 2 changed files with 6789 additions and 6791 deletions
				
			
		
							
								
								
									
										13574
									
								
								dist/setup/index.js
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										13574
									
								
								dist/setup/index.js
									
										
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
				
			
			@ -8,7 +8,6 @@ import {
 | 
			
		|||
  convertVersionToSemver,
 | 
			
		||||
  extractJdkFile,
 | 
			
		||||
  getDownloadArchiveExtension,
 | 
			
		||||
  getGitHubHttpHeaders,
 | 
			
		||||
  isVersionSatisfies,
 | 
			
		||||
  renameWinArchive
 | 
			
		||||
} from '../../util';
 | 
			
		||||
| 
						 | 
				
			
			@ -64,13 +63,12 @@ export class SapMachineDistribution extends JavaBase {
 | 
			
		|||
    const arch = this.distributionArchitecture();
 | 
			
		||||
 | 
			
		||||
    let fetchedReleasesJson = await this.fetchReleasesFromUrl(
 | 
			
		||||
      'https://sap.github.io/SapMachine/assets/data/sapmachine-releases-all.json'
 | 
			
		||||
      'https://sapmachine.io/assets/data/sapmachine-releases-all.json'
 | 
			
		||||
    );
 | 
			
		||||
 | 
			
		||||
    if (!fetchedReleasesJson) {
 | 
			
		||||
      fetchedReleasesJson = await this.fetchReleasesFromUrl(
 | 
			
		||||
        'https://api.github.com/repos/SAP/SapMachine/contents/assets/data/sapmachine-releases-all.json?ref=gh-pages',
 | 
			
		||||
        getGitHubHttpHeaders()
 | 
			
		||||
        'https://sap.github.io/SapMachine/assets/data/sapmachine-releases-all.json'
 | 
			
		||||
      );
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue