mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-03 05:57:42 -05:00
Don't remap Forge with classpath (?)
This commit is contained in:
@@ -226,7 +226,6 @@ public class MinecraftPatchedProvider {
|
||||
}
|
||||
|
||||
private TinyRemapper buildRemapper(SharedServiceManager serviceManager, Path input) throws IOException {
|
||||
Path[] libraries = TinyRemapperHelper.getMinecraftCompileLibraries(project);
|
||||
final MappingOption mappingOption = MappingOption.forPlatform(getExtension());
|
||||
TinyMappingsService mappingsService = getExtension().getMappingConfiguration().getMappingsService(serviceManager, mappingOption);
|
||||
final String sourceNamespace = IntermediaryNamespaces.intermediary(project);
|
||||
@@ -245,7 +244,6 @@ public class MinecraftPatchedProvider {
|
||||
MappingsProviderVerbose.saveFile(remapper);
|
||||
}
|
||||
|
||||
remapper.readClassPath(libraries);
|
||||
remapper.prepareClasses();
|
||||
return remapper;
|
||||
}
|
||||
|
||||
@@ -60,7 +60,7 @@ class FabricAPITest extends Specification implements GradleProjectTestTrait {
|
||||
""".stripIndent()
|
||||
}
|
||||
|
||||
// Set the version to something constant
|
||||
// Change the plugin used
|
||||
gradle.buildGradle.text = gradle.buildGradle.text
|
||||
.replace('id "fabric-loom" version "1.4.1"', 'id "dev.architectury.loom"')
|
||||
.replace('"fabric-loom"', '"dev.architectury.loom"') + mixinApPatch
|
||||
|
||||
Reference in New Issue
Block a user