fix build.gradle

This commit is contained in:
Refactoring 2024-02-11 11:56:00 -05:00
parent a17bdd2854
commit 04b94b4556
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@ dependencies {
transitive = false transitive = false
} }
implementation 'org.spongepowered:mixin:0.7.11-SNAPSHOT' implementation 'org.spongepowered:mixin:0.7.11-SNAPSHOT'
implementation project(path: ":common", configuration: "default")
} }
java { java {