Revert "Add loom development dependencies to test runtime classpath (#387)" (#388)

This reverts commit e1ef90496f.
This commit is contained in:
modmuss50
2021-04-19 18:00:59 +01:00
committed by GitHub
parent e1ef90496f
commit 91d7cc8952

View File

@@ -108,7 +108,6 @@ 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);
}
/**