mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Remove unneeded maven repos
This commit is contained in:
parent
35b1202951
commit
22f11abce8
@ -38,10 +38,6 @@ repositories {
|
|||||||
name = "Inventivetalent"
|
name = "Inventivetalent"
|
||||||
url = uri("https://repo.inventivetalent.org/content/groups/public/")
|
url = uri("https://repo.inventivetalent.org/content/groups/public/")
|
||||||
}
|
}
|
||||||
maven {
|
|
||||||
name = "IntellectualSites 3rd Party"
|
|
||||||
url = uri("https://mvn.intellectualsites.com/content/repositories/thirdparty")
|
|
||||||
}
|
|
||||||
maven {
|
maven {
|
||||||
name = "OSS Sonatype Snapshots"
|
name = "OSS Sonatype Snapshots"
|
||||||
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
|
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
|
||||||
|
@ -7,17 +7,6 @@ plugins {
|
|||||||
|
|
||||||
project.description = "Core"
|
project.description = "Core"
|
||||||
|
|
||||||
repositories {
|
|
||||||
maven {
|
|
||||||
name = "IntellectualSites"
|
|
||||||
url = uri("https://mvn.intellectualsites.com/content/groups/public/")
|
|
||||||
}
|
|
||||||
maven {
|
|
||||||
name = "IntellectualSites-Snapshots"
|
|
||||||
url = uri("https://mvn.intellectualsites.com/content/groups/snapshots/")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
applyPlatformAndCoreConfiguration()
|
applyPlatformAndCoreConfiguration()
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
Reference in New Issue
Block a user