File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/main/java/net/ornithemc/keratin Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 99import java .util .Collections ;
1010import java .util .LinkedHashSet ;
1111import java .util .List ;
12+ import java .util .Map ;
1213import java .util .Set ;
1314
1415import org .apache .commons .io .FileUtils ;
@@ -432,6 +433,12 @@ private Set<MinecraftVersion> configure(TaskSelection selection) throws Exceptio
432433 dependencies .add (enigmaRuntime .getName (), "net.ornithemc:enigma-swing:2.5.1" );
433434 dependencies .add (enigmaRuntime .getName (), "org.quiltmc:quilt-enigma-plugin:2.3.1" );
434435
436+ // exclude the Quilt Enigma dependency from the Quilt Enigma Plugin
437+ enigmaRuntime .exclude (Map .of (
438+ "group" , "org.quiltmc" ,
439+ "module" , "enigma"
440+ ));
441+
435442 SourceSet constants = sourceSets .register (SourceSets .CONSTANTS ).get ();
436443 }
437444 if (selection == TaskSelection .EXCEPTIONS_AND_SIGNATURES ) {
You can’t perform that action at this time.
0 commit comments