Merge pull request #33708 from sannanansari
* pr/33708: Use Maven Central for SDKMAN download Closes gh-33708
This commit is contained in:
		
						commit
						0c04d4804e
					
				| 
						 | 
				
			
			@ -40,7 +40,7 @@ public class SdkmanService {
 | 
			
		|||
 | 
			
		||||
	private static final String SDKMAN_URL = "https://vendors.sdkman.io/";
 | 
			
		||||
 | 
			
		||||
	private static final String DOWNLOAD_URL = "https://repo.spring.io/simple/libs-release-local/org/springframework/boot/spring-boot-cli/"
 | 
			
		||||
	private static final String DOWNLOAD_URL = "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-cli/"
 | 
			
		||||
			+ "%s/spring-boot-cli-%s-bin.zip";
 | 
			
		||||
 | 
			
		||||
	private static final String CHANGELOG_URL = "https://github.com/spring-projects/spring-boot/releases/tag/v%s";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue