forked from SteamWar/SteamWar
Add VelocityCore Module
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import java.net.URI
|
||||
|
||||
/*
|
||||
* This file is a part of the SteamWar software.
|
||||
*
|
||||
@@ -35,5 +37,26 @@ java {
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
url = URI("https://repo.papermc.io/repository/maven-public/")
|
||||
content {
|
||||
includeGroup("com.velocitypowered")
|
||||
}
|
||||
}
|
||||
maven {
|
||||
url = URI("https://m2.dv8tion.net/releases")
|
||||
content {
|
||||
includeGroup("net.dv8tion")
|
||||
}
|
||||
}
|
||||
maven {
|
||||
url = URI("https://repo.lunarclient.dev")
|
||||
content {
|
||||
includeGroup("com.lunarclient")
|
||||
}
|
||||
}
|
||||
maven {
|
||||
url = URI("https://steamwar.de/maven/")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user