mirror of
				https://github.com/actions/setup-java.git
				synced 2025-10-30 22:10:54 +00:00 
			
		
		
		
	Add optional java-package parameter
This commit is contained in:
		
					parent
					
						
							
								e7c72b564b
							
						
					
				
			
			
				commit
				
					
						8a1c2c8f65
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -244,7 +244,7 @@ function getDownloadInfo( | |||
| 
 | ||||
|   if (curUrl == '') { | ||||
|     throw new Error( | ||||
|       `No valid download found for version ${version}. Check https://static.azul.com/zulu/bin/ for a list of valid versions or download your own jdk file and add the jdkFile argument` | ||||
|       `No valid download found for version ${version} and package ${javaPackage}. Check https://static.azul.com/zulu/bin/ for a list of valid versions or download your own jdk file and add the jdkFile argument` | ||||
|     ); | ||||
|   } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue