ModDevGradle is on the Gradle Plugin Portal, Sponge is no longer needed
This commit is contained in:
parent
794baefc7a
commit
df580e2c11
|
|
@ -14,29 +14,6 @@ pluginManagement {
|
||||||
includeGroup('fabric-loom')
|
includeGroup('fabric-loom')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
exclusiveContent {
|
|
||||||
forRepository {
|
|
||||||
maven {
|
|
||||||
name = 'NeoForge'
|
|
||||||
url = uri('https://maven.neoforged.net/releases')
|
|
||||||
}
|
|
||||||
}
|
|
||||||
filter {
|
|
||||||
includeGroupAndSubgroups('net.neoforged')
|
|
||||||
}
|
|
||||||
}
|
|
||||||
exclusiveContent {
|
|
||||||
forRepository {
|
|
||||||
maven {
|
|
||||||
name = 'Sponge Snapshots'
|
|
||||||
url = uri('https://repo.spongepowered.org/repository/maven-public')
|
|
||||||
}
|
|
||||||
}
|
|
||||||
filter {
|
|
||||||
includeGroupAndSubgroups('org.spongepowered')
|
|
||||||
includeGroup('net.minecraftforge')
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user