mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Constant unpicking (#328)
* Start adding constant unpicking * Update to use unpick cli * Fix build? * Fix? * Fix log spam when unpicking * Improve unpick tests
This commit is contained in:
@@ -354,6 +354,10 @@ public class LoomGradleExtension {
|
||||
return new File(getProjectPersistentCache(), "log4j.xml");
|
||||
}
|
||||
|
||||
public File getUnpickLoggingConfigFile() {
|
||||
return new File(getProjectPersistentCache(), "unpick-logging.properties");
|
||||
}
|
||||
|
||||
public ConfigurableFileCollection getLog4jConfigs() {
|
||||
return log4jConfigs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user