mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-11 18:26:08 +00:00
remove redundant group declarations
This commit is contained in:
@@ -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"))
|
||||
|
||||
@@ -29,7 +29,6 @@ plugins {
|
||||
|
||||
configureCommon()
|
||||
|
||||
group = "com.dfsek.terra.forge"
|
||||
|
||||
repositories {
|
||||
maven { url = uri("https://files.minecraftforge.net/maven") }
|
||||
|
||||
@@ -3,7 +3,6 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
||||
|
||||
configureCommon()
|
||||
|
||||
group = "com.dfsek.terra"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
@@ -6,7 +6,6 @@ plugins {
|
||||
|
||||
configureCommon()
|
||||
|
||||
group = "com.dfsek.terra"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user