Use http as gradle doesn’t like cloudflare's https
This commit is contained in:
		
							parent
							
								
									d358f461fe
								
							
						
					
					
						commit
						fac5504644
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -16,7 +16,7 @@ repositories { | ||||||
|     mavenCentral() |     mavenCentral() | ||||||
|     maven { |     maven { | ||||||
|         name = "Fabric" |         name = "Fabric" | ||||||
|         url = "https://maven.fabricmc.net/" |         url = "http://maven.fabricmc.net/" | ||||||
|     } |     } | ||||||
| 	maven { | 	maven { | ||||||
|         name "Cuchaz" |         name "Cuchaz" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue