Allow other source sets to be remapped without needing an access widener

This commit is contained in:
Joe
2020-05-11 12:48:04 +01:00
parent 26755cb82c
commit a134913c71
3 changed files with 13 additions and 1 deletions

View File

@@ -100,6 +100,10 @@ public class LoomGradleExtension {
return installerJson;
}
public void accessWidener(Object file) {
this.accessWidener = project.file(file);
}
public File getUserCache() {
File userCache = new File(project.getGradle().getGradleUserHomeDir(), "caches" + File.separator + "fabric-loom");