mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 21:05:58 -05:00
@@ -356,7 +356,7 @@ public class RemapJarTask extends Jar {
|
||||
}
|
||||
|
||||
private NestedJarProvider getNestedJarProvider() {
|
||||
if (!getProject().getExtensions().getByType(LoomGradleExtension.class).supportsInclude()) {
|
||||
if (!LoomGradleExtension.get(getProject()).supportsInclude()) {
|
||||
return EmptyNestedJarProvider.INSTANCE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user