Add loom dev deps to runtimeClasspath instead of runtimeOnly
This commit is contained in:
		
							parent
							
								
									46957df360
								
							
						
					
					
						commit
						57c9a8f320
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -107,7 +107,7 @@ public final class CompileConfiguration { | |||
| 
 | ||||
| 		extendsFrom(JavaPlugin.IMPLEMENTATION_CONFIGURATION_NAME, Constants.Configurations.MAPPINGS_FINAL, project); | ||||
| 
 | ||||
| 		extendsFrom(JavaPlugin.RUNTIME_ONLY_CONFIGURATION_NAME, Constants.Configurations.LOOM_DEVELOPMENT_DEPENDENCIES, project); | ||||
| 		extendsFrom(JavaPlugin.RUNTIME_CLASSPATH_CONFIGURATION_NAME, Constants.Configurations.LOOM_DEVELOPMENT_DEPENDENCIES, project); | ||||
| 	} | ||||
| 
 | ||||
| 	/** | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue