mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Fix exporting the dev jar path in a projects classpath. (#1397)
This commit is contained in:
@@ -122,7 +122,7 @@ public abstract class ModSettings implements Named {
|
||||
if (projectPath.equals(getProject().getPath())) {
|
||||
// Shortcut for source sets in our own project.
|
||||
SourceSetReference ref = new SourceSetReference(SourceSetHelper.getSourceSetByName(sourceSetName, getProject()), getProject());
|
||||
List<File> classpath = SourceSetHelper.getClasspath(ref);
|
||||
List<File> classpath = SourceSetHelper.getClasspath(ref, false);
|
||||
getModFiles().from(classpath);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user