Add loom dev deps to runtimeClasspath instead of runtimeOnly

dev/0.11
modmuss50 2021-02-14 14:22:20 +00:00
parent 46957df360
commit 57c9a8f320
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/**