Fix mappings not begin on test runtime classpath.
This commit is contained in:
		
							parent
							
								
									0864e0a671
								
							
						
					
					
						commit
						2b9907e0f0
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -99,6 +99,7 @@ public final class CompileConfiguration { | |||
| 		extendsFrom(Constants.Configurations.MINECRAFT_NAMED, Constants.Configurations.LOADER_DEPENDENCIES, project); | ||||
| 
 | ||||
| 		extendsFrom(JavaPlugin.RUNTIME_CLASSPATH_CONFIGURATION_NAME, Constants.Configurations.MAPPINGS_FINAL, project); | ||||
| 		extendsFrom(JavaPlugin.TEST_RUNTIME_CLASSPATH_CONFIGURATION_NAME, Constants.Configurations.MAPPINGS_FINAL, project); | ||||
| 
 | ||||
| 		extendsFrom(JavaPlugin.RUNTIME_CLASSPATH_CONFIGURATION_NAME, Constants.Configurations.LOOM_DEVELOPMENT_DEPENDENCIES, project); | ||||
| 		extendsFrom(JavaPlugin.TEST_RUNTIME_CLASSPATH_CONFIGURATION_NAME, Constants.Configurations.LOOM_DEVELOPMENT_DEPENDENCIES, project); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue