remove redundant group declarations

This commit is contained in:
dfsek
2021-07-23 11:31:35 -07:00
parent cdd7abc596
commit aecb7201b8
28 changed files with 24 additions and 28 deletions

View File

@@ -19,7 +19,6 @@ tasks.named<ShadowJar>("shadowJar") {
relocate("org.yaml", "com.dfsek.terra.lib.yaml")
}
group = "com.dfsek.terra.fabric"
dependencies {
"shadedApi"(project(":common:implementation"))