Add loom development dependencies to test runtime classpath (#389)

This commit is contained in:
ByMartrixX
2021-04-21 03:51:56 -04:00
committed by GitHub
parent 12ac6cfcfe
commit 1d009e155e

View File

@@ -97,6 +97,7 @@ public final class CompileConfiguration {
extendsFrom(JavaPlugin.IMPLEMENTATION_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);
}
public static void configureCompile(Project p) {