mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
Properly name repositories
This commit is contained in:
@ -23,7 +23,7 @@ repositories {
|
||||
}
|
||||
*/
|
||||
maven {
|
||||
name = "EngineHub Repository"
|
||||
name = "EngineHub"
|
||||
url = uri("https://maven.enginehub.org/repo/")
|
||||
content {
|
||||
includeGroupByRegex("com.sk89q.*")
|
||||
|
@ -17,7 +17,7 @@ fun Project.applyCommonConfiguration() {
|
||||
}
|
||||
}
|
||||
maven {
|
||||
name = "EngineHub Repository"
|
||||
name = "EngineHub"
|
||||
url = uri("https://maven.enginehub.org/repo/")
|
||||
content {
|
||||
includeGroupByRegex("org.enginehub.*")
|
||||
|
Reference in New Issue
Block a user