mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-03-07 13:48:00 +08:00
Workaround verification jar build failure (#2494)
This commit is contained in:
parent
9b27c31a73
commit
1b51dfb406
@ -16,6 +16,13 @@
|
||||
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…
Reference in New Issue
Block a user