mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-04-12 14:40:42 +08:00
Merge branch 'version/7.3.x'
This commit is contained in:
commit
e3f07055fa
@ -16,6 +16,13 @@ repositories {
|
||||
name = "EngineHub Repository (Releases Only)"
|
||||
url = uri("https://maven.enginehub.org/artifactory/libs-release-local/")
|
||||
}
|
||||
maven {
|
||||
name = "EngineHub Repository (Snapshots Only)"
|
||||
url = uri("https://maven.enginehub.org/artifactory/libs-snapshot-local/")
|
||||
content {
|
||||
excludeGroup("com.sk89q.worldedit")
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user