mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 21:05:58 -05:00
Store minecraft jars in a maven repo instead of an ivy repo.
Improve intelij support for attaching sources.
This commit is contained in:
@@ -97,4 +97,14 @@ public abstract class LoomFilesBaseImpl implements LoomFiles {
|
||||
public File getRemapClasspathFile() {
|
||||
return new File(getProjectPersistentCache(), "remapClasspath.txt");
|
||||
}
|
||||
|
||||
@Override
|
||||
public File getGlobalMinecraftRepo() {
|
||||
return new File(getUserCache(), "minecraftMaven");
|
||||
}
|
||||
|
||||
@Override
|
||||
public File getLocalMinecraftRepo() {
|
||||
return new File(getRootProjectPersistentCache(), "minecraftMaven");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user