Merge remote-tracking branch 'upstream/dev/0.2.7' into dev/0.2.7
This commit is contained in:
		
						commit
						642ba74f8c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -77,8 +77,8 @@ public class ModCompileRemapper { | |||
| 			File sources = findSources(dependencies, artifact); | ||||
| 
 | ||||
| 			String remappedLog = group + ":" + name + ":" + version + classifierSuffix + " (" + mappingsSuffix + ")"; | ||||
| 			String remappedNotation = String.format("%s@%s", notation, mappingsSuffix); | ||||
| 			String remappedFilename = String.format("%s-%s@%s", name, version + classifierSuffix.replace(':', '-'), mappingsSuffix); | ||||
| 			String remappedNotation = String.format("%s:%s:%s@%s%s", group, name, version, mappingsSuffix, classifierSuffix); | ||||
| 			String remappedFilename = String.format("%s-%s@%s", name, version, mappingsSuffix + classifierSuffix.replace(':', '-')); | ||||
| 			project.getLogger().info(":providing " + remappedLog); | ||||
| 
 | ||||
| 			File modStore = extension.getRemappedModCache(); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue