clean up Maven repositories
This commit is contained in:
		
							parent
							
								
									c6c88e69de
								
							
						
					
					
						commit
						72a0375696
					
				
					 4 changed files with 8 additions and 8 deletions
				
			
		|  | @ -22,8 +22,8 @@ if (ENV.BUILD_NUMBER) { | |||
| repositories { | ||||
| 	mavenCentral() | ||||
| 	maven { | ||||
| 		name = "Modmuss" | ||||
| 		url = 'http://maven.modmuss50.me/' | ||||
| 		name = "Fabric" | ||||
| 		url = 'https://maven.fabricmc.net/' | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
|  |  | |||
|  | @ -196,14 +196,14 @@ public class AbstractPlugin implements Plugin<Project> { | |||
| 			}); | ||||
| 
 | ||||
| 			project1.getRepositories().maven(mavenArtifactRepository -> { | ||||
| 				mavenArtifactRepository.setName("modmuss50"); | ||||
| 				mavenArtifactRepository.setUrl("https://maven.modmuss50.me/"); | ||||
| 				mavenArtifactRepository.setName("Fabric"); | ||||
| 				mavenArtifactRepository.setUrl("https://maven.fabricmc.net/"); | ||||
| 			}); | ||||
| 
 | ||||
| 			project1.getRepositories().maven(mavenArtifactRepository -> { | ||||
| 			/* project1.getRepositories().maven(mavenArtifactRepository -> { | ||||
| 				mavenArtifactRepository.setName("SpongePowered"); | ||||
| 				mavenArtifactRepository.setUrl("http://repo.spongepowered.org/maven"); | ||||
| 			}); | ||||
| 			}); */ | ||||
| 
 | ||||
| 			project1.getRepositories().maven(mavenArtifactRepository -> { | ||||
| 				mavenArtifactRepository.setName("Mojang"); | ||||
|  |  | |||
|  | @ -35,7 +35,7 @@ public class Constants { | |||
| 
 | ||||
| 	public static final String FABRIC_CLIENT_TWEAKER = "net.fabricmc.loader.launch.FabricClientTweaker"; | ||||
| 	public static final String FABRIC_SERVER_TWEAKER = "net.fabricmc.loader.launch.FabricServerTweaker"; | ||||
| 	public static final String POMF_MAVEN_SERVER = "https://maven.modmuss50.me/net/fabricmc/pomf/"; | ||||
| 	public static final String POMF_MAVEN_SERVER = "https://maven.fabricmc.net/net/fabricmc/pomf/"; | ||||
| 
 | ||||
| 	public static final String LIBRARIES_BASE = "https://libraries.minecraft.net/"; | ||||
| 	public static final String RESOURCES_BASE = "http://resources.download.minecraft.net/"; | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue