Merge branch 'version/7.3.x'

This commit is contained in:
Octavia Togami 2024-03-29 20:42:32 -07:00
commit e3f07055fa
No known key found for this signature in database
GPG Key ID: CC364524D1983C99

View File

@ -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()
}