move JAR merging to Stitch
This commit is contained in:
		
							parent
							
								
									a99bee8f7c
								
							
						
					
					
						commit
						0d2c97bf51
					
				
					 2 changed files with 5 additions and 2 deletions
				
			
		|  | @ -50,7 +50,10 @@ dependencies { | |||
|     shade 'commons-io:commons-io:2.6' | ||||
|     shade 'org.apache.commons:commons-lang3:3.8.1' | ||||
|     shade 'com.google.guava:guava:27.0-jre' | ||||
|     shade ('net.fabricmc:weave:+'){ | ||||
|     shade ('net.fabricmc:weave:0.2.0.+'){ | ||||
|         transitive = false | ||||
|     } | ||||
|     shade ('net.fabricmc:stitch:0.1.0.+'){ | ||||
|         transitive = false | ||||
|     } | ||||
|     shade ('cuchaz:enigma:0.12.0.+:lib'){ | ||||
|  |  | |||
|  | @ -26,7 +26,7 @@ package net.fabricmc.loom.task; | |||
| 
 | ||||
| import net.fabricmc.loom.LoomGradleExtension; | ||||
| import net.fabricmc.loom.util.Constants; | ||||
| import net.fabricmc.weave.merge.JarMerger; | ||||
| import net.fabricmc.stitch.merge.JarMerger; | ||||
| import org.gradle.api.DefaultTask; | ||||
| import org.gradle.api.tasks.TaskAction; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue